1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-03-11 22:37:55 +02:00
parent 0473648bd6
commit 946ea6787d
59 changed files with 171 additions and 311 deletions

View File

@@ -16,8 +16,8 @@ Add `gqlgen` to your project's `tools.go` file
```sh
$ printf '// +build tools\npackage tools\nimport _ "github.com/99designs/gqlgen"' | gofmt > tools.go
$ go get github.com/kataras/iris/v12@master
$ go mod tidy -compat=1.19
$ go get github.com/kataras/iris/v12@latest
$ go mod tidy -compat=1.20
```
Start the graphql server

View File

@@ -1,6 +1,6 @@
module github.com/iris-contrib/outerbanks-api
go 1.19
go 1.20
require (
github.com/99designs/gqlgen v0.17.24