# 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
# Packages
No description provided by the author
# Functions
ConvertHump convert words to hump style.
ConvertMethod checkout the file belongs to dao or not.
GoImport Use golang.org/x/tools/imports auto import pkg.