format: remove empty package (#57)

This commit is contained in:
Aurélien Rainone 2021-10-15 03:20:20 -07:00 committed by GitHub
parent f0f9c7aa15
commit 98d8874553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View file

@ -10,8 +10,8 @@ import (
"github.com/arl/gitstatus"
"gopkg.in/yaml.v2"
"github.com/arl/gitmux/format/json"
"github.com/arl/gitmux/format/tmux"
"github.com/arl/gitmux/json"
"github.com/arl/gitmux/tmux"
)
var version = "<<development version>>"