Files
weave-scope/vendor/github.com/bmizerany/assert/example/point.go
2016-12-07 11:22:39 +00:00

6 lines
47 B
Go

package point
type Point struct {
X, Y int
}