- golintの
exported %s %s returns unexported type %s, which can be annoying to use
を解消したい。 - interfaceを定義して回避するのが一般的?らしい。
- structが入れ子になっていて、内側のstructにメソッドが定義されていると、
cannot call pointer method
となり呼べない。 - pointerを返してあげれば良い。
- シングルトンの場合
POSTS
exported %s %s returns unexported type %s, which can be annoying to use
を解消したい。cannot call pointer method
となり呼べない。