summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/segmentio/backo-go/vendor/github.com/bmizerany/assert/example/point.go
blob: 15789fe10f494a5f0523458ca74e96d610a74708 (plain)
1
2
3
4
5
package point

type Point struct {
	X, Y int
}