...

Source file src/github.com/bazelbuild/bazel-gazelle/language/go/testdata/platforms/suffix_linux.go

Documentation: github.com/bazelbuild/bazel-gazelle/language/go/testdata/platforms

     1  package platforms
     2  
     3  import (
     4  	_ "example.com/repo/platforms/generic"
     5  	_ "example.com/repo/platforms/linux"
     6  )
     7  

View as plain text