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
/
cgo
/
internal
/
testshared
/
testdata
/
exe2
/
exe2.go
AbdulElahGwaith
Upload folder using huggingface_hub
e36aeda
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
111 Bytes
package
main
import
"testshared/dep2"
func
main
()
{
d := &dep2.Dep2{}
dep2.W = dep2.G() +
1
+ d.Method()
}