Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MostCopies ¶
MostCopies takes and ASCII line of a comma-separated list of toys to make and returns the toy with the most copies to make.
Ex:
line:= []byte("10x toy car,15x dog on a string,4x inflatable motorcycle\n" MostCopies(line) => []byte("15x dog on a string\n")
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.