Better name for jsonstatus package

internal/ui/jsonstatus and termstatus sound similar but are not related
in any way. Instead `internal/ui/backup` and `internal/ui/jsonstatus/status`
are the counterparts. Rename the latter to `internal/ui/json/backup` to
make this clear.
This commit is contained in:
Michael Eischer
2020-01-12 14:31:48 +01:00
parent ef70a2fcb3
commit 42a3292bcf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package jsonstatus
package json
import (
"bytes"