Black Lives Matter. Support the Equal Justice Initiative.

Source file src/go/internal/gccgoimporter/testdata/imports.go

Documentation: go/internal/gccgoimporter/testdata

     1  package imports
     2  
     3  import "fmt"
     4  
     5  var Hello = fmt.Sprintf("Hello, world")
     6  

View as plain text