mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
new minor features
This commit is contained in:
9
_examples/project/pkg/database/database.go
Normal file
9
_examples/project/pkg/database/database.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package database
|
||||
|
||||
type DB struct {
|
||||
/* ... */
|
||||
}
|
||||
|
||||
func Open(connString string) *DB {
|
||||
return &DB{}
|
||||
}
|
||||
Reference in New Issue
Block a user