Sign in
go
/
vscode-go
/
HEAD
/
.
/
extension
/
test
/
testdata
/
formatTest
/
unformatted.go
blob: 6ebac140757cc1aba997368d3146db1e6f5cff86 [
file
] [
log
] [
blame
]
package main
import "fmt"
func main ( ) {
fmt.Println("hello")
}