diff options
author | r <r@freesoftwareextremist.com> | 2020-01-01 15:58:27 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-01 15:58:27 +0000 |
commit | e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19 (patch) | |
tree | 063357b6f4ecefaa8cdda2f9c16e73da05b1140b /config | |
parent | cad01cb1f8e32cf7725505af06d6ffcc6c612045 (diff) | |
download | bloat-e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19.tar.gz bloat-e9bd72306e8ad1c7d17a5f1bd39bb6cb86d3ab19.zip |
Rename package to bloat
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index c463c91..ef07260 100644 --- a/config/config.go +++ b/config/config.go @@ -6,7 +6,8 @@ import ( "io" "os" "strings" - "web/model" + + "bloat/model" ) type config struct { |