1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Fixed order of packages

This commit is contained in:
Andrew
2018-06-10 03:53:21 +03:00
parent cec100502f
commit 5c667fe4d6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,8 @@ package circleci
import (
"fmt"
"github.com/olebedev/config"
"github.com/senorprogrammer/wtf/wtf"
"github.com/olebedev/config"
)
// Config is a pointer to the global config object