1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

update deps

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-11-25 04:47:36 +02:00
parent 763300b566
commit afa1d89a23
8 changed files with 125 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
package main
package main // Look README.md
import (
"fmt"
@@ -11,8 +11,6 @@ import (
"github.com/kataras/iris/v12"
)
// $ go build .
func main() {
dsn := fmt.Sprintf("%s:%s@tcp(%s:3306)/%s?parseTime=true&charset=utf8mb4&collation=utf8mb4_unicode_ci",
getenv("MYSQL_USER", "user_myapp"),