I want to print a "Polyline()" function in go lang with the set of coordinates:
x y
300 250
400 350
250 600
I don't understand this structure:
Polyline(x []int, y []int, s ...string)
Please show how to carry about that polyline in GoLang