Files
grafana/vendor/github.com/bmizerany/assert/example/point.go
T

6 lines
47 B
Go

package point
type Point struct {
X, Y int
}