this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

drop unneeded 'types' pkg suffix

+1 -1
+1 -1
lex/gen.go
··· 308 308 } 309 309 310 310 func importNameForPrefix(prefix string) string { 311 - return strings.Join(strings.Split(prefix, "."), "") + "types" 311 + return strings.Join(strings.Split(prefix, "."), "") 312 312 } 313 313 314 314 func WriteServerHandlers(w io.Writer, schemas []*Schema, pkg string, impmap map[string]string) error {