1
0
Fork 0
mirror of synced 2024-06-27 11:11:10 -04:00
ultimate-vim/sources_non_forked/vim-go/t/fixtures/src/buildtestfail/sample.go
2016-04-12 09:31:09 +01:00

8 lines
114 B
Go

// set gopath before
//go:generate go test --coverprofile=sample.out
package pkg
func Sample() int {
return 1
}