Rename package to bloat

This commit is contained in:
r 2020-01-01 15:58:27 +00:00
parent cad01cb1f8
commit e9bd72306e
16 changed files with 38 additions and 34 deletions

View file

@ -2,8 +2,9 @@ package repository
import (
"encoding/json"
"web/kv"
"web/model"
"bloat/kv"
"bloat/model"
)
type appRepository struct {

View file

@ -2,8 +2,9 @@ package repository
import (
"encoding/json"
"web/kv"
"web/model"
"bloat/kv"
"bloat/model"
)
type sessionRepository struct {