When running kitgen on the listed code, I get the following error:
/main.go:3:6: StringService redeclared in this block
previous declaration at ./gokit.go:10:6
I am running kitgen --repo-layout flat ./main.go
package stringsvc
type StringService interface {
Count(s string) int
Uppercase(s string) (string, error)
}
I think this is related to #639, as I don't there is a full example of how you are meant to use kitgen.
Edit:
Removed misleading additional errors.
When running kitgen on the listed code, I get the following error:
I am running
kitgen --repo-layout flat ./main.goI think this is related to #639, as I don't there is a full example of how you are meant to use kitgen.
Edit:
Removed misleading additional errors.