package medium import ( "fmt" "github.com/by-jp/www.byjp.me/tools/syndicate/shared" ) func (s *service) Post(p shared.Post) (string, error) { return "", fmt.Errorf("not implemented") }