mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
14 lines
89 B
Go
14 lines
89 B
Go
package app
|
|
|
|
import "os"
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func foo() {}
|
|
|
|
func main() {
|
|
foo()
|
|
}
|