chore: fix golint issues (#1396)
This commit is contained in:
3
tools/goctl/api/parser/g4/gen/api/apiparser_parser.go
Executable file → Normal file
3
tools/goctl/api/parser/g4/gen/api/apiparser_parser.go
Executable file → Normal file
@@ -1,4 +1,5 @@
|
||||
package api // ApiParser
|
||||
package api
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"reflect"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package spec
|
||||
|
||||
// RoutePrefixKey is the prefix keyword for the routes.
|
||||
const RoutePrefixKey = "prefix"
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user