mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-09 13:28:44 +00:00
Rename package to bloat
This commit is contained in:
parent
cad01cb1f8
commit
e9bd72306e
16 changed files with 38 additions and 34 deletions
|
@ -2,8 +2,9 @@ package repository
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"web/kv"
|
||||
"web/model"
|
||||
|
||||
"bloat/kv"
|
||||
"bloat/model"
|
||||
)
|
||||
|
||||
type appRepository struct {
|
||||
|
|
|
@ -2,8 +2,9 @@ package repository
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"web/kv"
|
||||
"web/model"
|
||||
|
||||
"bloat/kv"
|
||||
"bloat/model"
|
||||
)
|
||||
|
||||
type sessionRepository struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue