Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Moge-Row
/
Row-proxy
like
3
Paused
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Moge-Row
commited on
16 days ago
Commit
e0a1d74
·
verified
·
1 Parent(s):
9d1e1b6
Update main.go
Browse files
Files changed (1)
hide
show
main.go
+3
-2
main.go
CHANGED
Viewed
@@ -1,8 +1,9 @@
1
package main
2
3
import (
4
-
"net/http"
5
-
"
your
-
module-name
/handler"
6
)
7
8
func main() {
1
package main
2
3
import (
4
+
"net/http"
5
+
"
zai
-
proxy
/handler"
// Nombre correcto según tu go.mod
6
+
)
7
)
8
9
func main() {