Skip to content

Instantly share code, notes, and snippets.

@kisielk
Created June 27, 2012 21:13
Show Gist options
  • Save kisielk/3006891 to your computer and use it in GitHub Desktop.
Save kisielk/3006891 to your computer and use it in GitHub Desktop.
numEndPoints := (higher.End() - higherFirstOffset) / pointSize
numBeginPoints := (higherLastOffset - higher.Offset) / pointSize
points = make([]Point, numBeginPoints+numEndPoints)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment