Documentation ¶ Index ¶ func Split2(in, del string) (string, string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Split2 ¶ func Split2(in, del string) (string, string) Split2 is a convenience wrapper around strings.SplitN that returns 2 string slices no matter what the input, as one would expect SplitN to do ... rather silly, that something like this is needed. Types ¶ This section is empty. Source Files ¶ View all Source files splitN.go Click to show internal directories. Click to hide internal directories.