Init, installing gin-gonic

This commit is contained in:
🐙PiperYxzzy
2022-04-29 22:47:52 +02:00
parent 28a7ed8ba8
commit b74158a7a5
3 changed files with 128 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import _ "github.com/gin-gonic/gin"
func main() {
}