Add golint to test (#255)
* Add a new lint rule to the Makefile Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> * Fix linter errors Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> * Allow replacing the default apt mirror Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:

committed by
Michael Crosby

parent
4176ba7b52
commit
5624732128
@@ -1,9 +1,12 @@
|
||||
package specs
|
||||
|
||||
import ocs "github.com/opencontainers/runtime-spec/specs-go"
|
||||
import oci "github.com/opencontainers/runtime-spec/specs-go"
|
||||
|
||||
type (
|
||||
ProcessSpec ocs.Process
|
||||
Spec ocs.Spec
|
||||
Rlimit ocs.Rlimit
|
||||
// ProcessSpec aliases the platform process specs
|
||||
ProcessSpec oci.Process
|
||||
// Spec aliases the platform oci spec
|
||||
Spec oci.Spec
|
||||
// Rlimit aliases the platform resource limit
|
||||
Rlimit oci.Rlimit
|
||||
)
|
||||
|
Reference in New Issue
Block a user