Documentation
¶
Index ¶
Constants ¶
View Source
const ( UpperChar = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" NumChar = "1234567890" WordChar = UpperChar + lowerChar FullChar = WordChar + NumChar )
Variables ¶
This section is empty.
Functions ¶
func GetFileExt ¶ added in v0.0.3
func ParseNetworkInput ¶
func ParsePortRange ¶ added in v0.0.6
1,2,80-100,...
func RandStringBytes ¶ added in v0.0.3
func RemoveAnyDuplicate ¶ added in v0.0.6
func RemoveAnyDuplicate[T comparable](list []T) []T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.