Versions in this module Expand all Collapse all v1 v1.10.0 Jul 22, 2018 v1.8.3 Apr 24, 2017 Changes in this version + func AskForConfirmation() bool + func BeeFuncMap() template.FuncMap + func CamelCase(in string) string + func CamelString(s string) string + func CheckEnv(appname string) (apppath, packpath string, err error) + func CloseFile(f *os.File) + func EndLine() string + func FILE() string + func FormatSourceCode(filename string) + func GetFileModTime(path string) int64 + func GetGOPATHs() []string + func Go(f func() error) chan error + func GoCommand(command string, args ...string) error + func IsBeegoProject(thePath string) bool + func IsExist(path string) bool + func IsInGOPATH(thePath string) bool + func LINE() int + func MacOSVersionSupport() bool + func MustCheck(err error) + func Notify(text, title string) + func PrintErrorAndExit(message, errorTemplate string) + func SearchGOPATHs(app string) (bool, string, string) + func SnakeString(s string) string + func SplitQuotedFields(in string) []string + func Tmpl(text string, data interface{}) + func TmplToString(tmpl string, data interface{}) string + func WriteToFile(filename, content string) + type DocValue string + func (d *DocValue) Set(value string) error + func (d *DocValue) String() string + type ListOpts []string + func (opts *ListOpts) Set(value string) error + func (opts *ListOpts) String() string + type StrFlags []string + func (s *StrFlags) Set(value string) error + func (s *StrFlags) String() string