1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00

adjust package names

This commit is contained in:
Chris Lu 2021-04-22 14:21:11 -07:00
parent c60f2d333e
commit 6e5df901e4
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package master_ui
package filer_ui
import (
"strings"

View file

@ -1,4 +1,4 @@
package master_ui
package filer_ui
import (
"github.com/dustin/go-humanize"

View file

@ -1,4 +1,4 @@
package master_ui
package volume_server_ui
import (
"fmt"