Moge-Row commited on
Commit
e0a1d74
·
verified ·
1 Parent(s): 9d1e1b6

Update main.go

Browse files
Files changed (1) hide show
  1. main.go +3 -2
main.go CHANGED
@@ -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() {