Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
go
like
0
Model card
Files
Files and versions
xet
Community
main
go
/
test
/
typeparam
/
issue47514c.dir
/
a.go
AbdulElahGwaith
Upload folder using huggingface_hub
e36aeda
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
50 Bytes
package
a
type
Doer[T any]
interface
{
Do() T
}