1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
semantic/test/fixtures/go/import-statements.B.go
2017-11-20 19:09:03 -08:00

11 lines
113 B
Go

package main
import (
// avoid imported and not used errors
// "io/ioutil"
"http"
// "os"
)
func main() {}