1
0
Fork 0
mirror of synced 2024-07-02 13:31:09 -04:00
ultimate-vim/sources_non_forked/vim-go/autoload/go/test-fixtures/config/buildtags/constrainedfoo.go
Amir Salihefendic 72bdaba47e Updated plugins
2019-11-16 16:28:42 +01:00

9 lines
163 B
Go

// +build constrained
package config
// foo is constrained and this comment exists to make the line numbers different than foo.go
func foo() {
println("foo")
}