Documentation
¶
Overview ¶
Copyright (c) 2020 Khramtsov Aleksei ([email protected]). This file (camelCase.go at 14.05.2020, 2:20) is subject to the terms and conditions defined in file 'LICENSE', which is part of this project source code.
Copyright (c) 2020 Khramtsov Aleksei ([email protected]). This file (pkgpath.go at 14.05.2020, 2:21) is subject to the terms and conditions defined in file 'LICENSE', which is part of this project source code.
Copyright (c) 2020 Khramtsov Aleksei ([email protected]). This file (slice.go at 14.05.2020, 2:13) is subject to the terms and conditions defined in file 'LICENSE', which is part of this project source code.
Copyright (c) 2020 Khramtsov Aleksei ([email protected]). This file (variables.go at 14.05.2020, 2:13) is subject to the terms and conditions defined in file 'LICENSE', which is part of this project source code.
Index ¶
- func DictByNormalVariables(fields []types.Variable, normals []types.Variable) Dict
- func GetDefaultGoPath() (string, error)
- func GetModulePath(goModPath string) string
- func GetPkgPath(fName string, isDir bool) (string, error)
- func GetPkgPathFromGOPATH(fName string, isDir bool) (string, error)
- func GetPkgPathFromGoMod(fName string, isDir bool, goModPath string) (string, error)
- func GoModPath(fName string, isDir bool) (string, error)
- func SliceStringToMap(slice []string) (m map[string]int)
- func ToCamel(s string) string
- func ToLowerCamel(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DictByNormalVariables ¶
func GetDefaultGoPath ¶
func GetModulePath ¶
func GetPkgPathFromGoMod ¶
func SliceStringToMap ¶
convert slice of strings to map[string]int
Types ¶
This section is empty.