Documentation ¶
Index ¶
- Constants
- func Contains(v []string, str string) bool
- func CreateDirectory(path string)
- func EnterAnyKey()
- func Find(v []string, str string) string
- func GetDateTime() string
- func Sleep(t time.Duration)
- func SplitAfterIndex(str string, index byte) string
- func StringToInt(v string) (int, error)
- func WriteFile(path string, data []byte) error
Constants ¶
View Source
const ( TempDirectory = "temp" BuildDirectory = "build" )
Variables ¶
This section is empty.
Functions ¶
func CreateDirectory ¶
func CreateDirectory(path string)
func EnterAnyKey ¶
func EnterAnyKey()
func GetDateTime ¶
func GetDateTime() string
func SplitAfterIndex ¶
func StringToInt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.