Documentation
¶
Index ¶
- func AppendDefines(defines []interface{}, elements []interface{}) []interface{}
- func AppendUniquely(list []string, elements ...string) []string
- func ExtractDnamePname(s string) (string, string)
- func FindLast(list []string, substr string) string
- func GetDefine(define interface{}) (key string, value string)
- func Intersection(slice1, slice2 []string) []string
- func PrependUniquely(list []string, elements ...string) []string
- func ReadFileContent(filename string) (string, error)
- func RemoveDefines(defines []interface{}, undefines ...string) []interface{}
- func RemoveIncludes(includes []string, delpaths ...string) []string
- func UpdateFile(filename string, content string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendDefines ¶ added in v0.9.1
func AppendDefines(defines []interface{}, elements []interface{}) []interface{}
func AppendUniquely ¶
func ExtractDnamePname ¶ added in v0.10.0
func Intersection ¶ added in v0.9.2
func PrependUniquely ¶ added in v0.9.2
func ReadFileContent ¶
func RemoveDefines ¶
func RemoveDefines(defines []interface{}, undefines ...string) []interface{}
func RemoveIncludes ¶
func UpdateFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.