근데 type Integer = int | int8

이런 문법이 아니고 type Integer interface { int | int8 }

이렇게 interface 키워드를 쓰는게 좀 어색하다