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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user