correct some nits in comment and test files
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: 52637848a769b8c80d2f1e28d3d34ada6d35b5a6 Component: engine
This commit is contained in:
@ -29,7 +29,7 @@ type Flag struct {
|
||||
Value string
|
||||
}
|
||||
|
||||
// NewBFlags return the new BFlags struct
|
||||
// NewBFlags returns the new BFlags struct
|
||||
func NewBFlags() *BFlags {
|
||||
return &BFlags{
|
||||
flags: make(map[string]*Flag),
|
||||
|
||||
Reference in New Issue
Block a user