this repo has no description
0
fork

Configure Feed

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

swap header comment ordering

+2 -2
+2 -2
lex/gen.go
··· 126 126 // See https://golang.org/s/generatedcode. 127 127 pf("// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.\n\n") 128 128 129 - pf("package %s\n\n", pkg.GoPackage) 129 + pf("// Lexicon schema: %s\n\n", s.ID) 130 130 131 - pf("// schema: %s\n\n", s.ID) 131 + pf("package %s\n\n", pkg.GoPackage) 132 132 133 133 pf("import (\n") 134 134 pf("\t\"context\"\n")