File: point.go

package info (click to toggle)
golang-github-bmizerany-assert 0.0~git20120716-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 68 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 47 bytes parent folder | download | duplicates (4)
1
2
3
4
5
package point

type Point struct {
	X, Y int
}