1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 20:07:04 +00:00

examples: update go.mod (see previous commit)

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-05 08:56:01 +03:00
parent e1f25eb098
commit bf9f7617e2
23 changed files with 24 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ package main
import "github.com/kataras/iris/v12"
// $ go get -u github.com/go-bindata/go-bindata
// $ go get -u github.com/go-bindata/go-bindata/...
// # OR: go get -u github.com/go-bindata/go-bindata/v3/go-bindata
// # to save it to your go.mod file
//