fix golint issues in code

This commit is contained in:
Steven Zou 2018-03-15 12:31:54 +08:00
parent 4b4e0ddfff
commit ea912729ec
5 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Copyright 2018 The Harbor Authors. All rights reserved.
package impl
import (

View File

@ -1,4 +1,5 @@
// Copyright 2018 The Harbor Authors. All rights reserved.
package impl
import (

View File

@ -1,3 +1,5 @@
// Copyright 2018 The Harbor Authors. All rights reserved.
package job
import "reflect"

View File

@ -1,3 +1,5 @@
// Copyright 2018 The Harbor Authors. All rights reserved.
package period
import (

View File

@ -1,3 +1,5 @@
// Copyright 2018 The Harbor Authors. All rights reserved.
package utils
import (