1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/fixtures/go/corpus/import-statements.B.go

11 lines
113 B
Go
Raw Normal View History

2017-11-21 06:09:03 +03:00
package main
import (
// avoid imported and not used errors
// "io/ioutil"
"http"
// "os"
)
func main() {}