parent 5fcf1ade00
commit 44629613cb

@ -0,0 +1,10 @@
package fiber
import(
"fmt"
)
func Init() {
fmt.Printf("init fiber\n")
}

@ -0,0 +1,3 @@
module github.com/tad17/tad
go 1.19
Loading…
Cancel
Save