1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

README: add 'run in the browser' button

after the quick start details, so it is visible always


Former-commit-id: 0c13135a01c2b883aa4a9629a507aaf622d22ade
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-24 00:13:31 +03:00
parent 9922265454
commit 3fa022738b
15 changed files with 147 additions and 52 deletions

View File

@@ -1,8 +1,6 @@
package database
import (
"app/environment"
)
import "app/environment"
// DB example database interface.
type DB interface {