mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
11 lines
117 B
Go
11 lines
117 B
Go
package main
|
|
|
|
import (
|
|
// avoid imported and not used errors
|
|
// "io/ioutil"
|
|
"net/http"
|
|
// "os"
|
|
)
|
|
|
|
func main() {}
|