Don't rename imports unless necessary
This commit is contained in:
parent
0c9de61413
commit
d37c6caa8e
7 changed files with 37 additions and 36 deletions
|
|
@ -12,13 +12,14 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package cayley_config
|
||||
package config
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"github.com/barakmich/glog"
|
||||
"os"
|
||||
|
||||
"github.com/barakmich/glog"
|
||||
)
|
||||
|
||||
type CayleyConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue