# Packages
No description provided by the author
# README
testgen
import "github.com/ccheers/xpkg/testing/internal/cmd/testgen"
Index
- func ConvertHump(words string) string
- func ConvertMethod(path string) (method string)
- func GoImport(file string, bytes []byte) (res []byte, err error)
func ConvertHump
func ConvertHump(words string) string
ConvertHump convert words to hump style
func ConvertMethod
func ConvertMethod(path string) (method string)
ConvertMethod checkout the file belongs to dao or not
func GoImport
func GoImport(file string, bytes []byte) (res []byte, err error)
GoImport Use golang.org/x/tools/imports auto import pkg
Generated by gomarkdoc