Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
go
like
0
Model card
Files
Files and versions
xet
Community
main
go
/
src
/
cmd
/
gofmt
/
testdata
/
emptydecl.golden
AbdulElahGwaith
Upload folder using huggingface_hub
e36aeda
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
140 Bytes
//gofmt -s
// Test case for issue 7631.
package
main
// Keep this declaration
var
()
const
(
// Keep this declaration
)
func
main
()
{}