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

rename master branch to main

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-20 03:12:46 +03:00
parent 2e9745a915
commit 48f7b38d15
62 changed files with 216 additions and 211 deletions

View File

@@ -27,7 +27,7 @@ Navigate to that `app` folder and execute the following command:
```sh
$ go init app
$ go get github.com/kataras/iris/v12@master
$ go get github.com/kataras/iris/v12@main
# or @latest for the latest official release.
```
@@ -136,7 +136,7 @@ func (db *sqlite) Exec(q string) error { return nil }
The `DB` depends on the `Environment.
> A practical and operational database example, including Docker images, can be found at the following guide: https://github.com/kataras/iris/tree/master/_examples/database/mysql
> A practical and operational database example, including Docker images, can be found at the following guide: https://github.com/kataras/iris/tree/main/_examples/database/mysql
## Service