go / src /cmd /gofmt /testdata /emptydecl.golden
AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
//gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
func main() {}