Files
grafana/vendor/github.com/bmizerany/assert/example/point.go
2016-09-14 16:14:27 +02:00

6 lines
47 B
Go

package point
type Point struct {
X, Y int
}