6 lines
196 B
Go
6 lines
196 B
Go
|
// Package acl provides end-to-end tests for Nomads ACL system.
|
||
|
//
|
||
|
// In order to run this test suite only, from the e2e directory you can trigger
|
||
|
// go test -v -run '^TestACL$' ./acl
|
||
|
package acl
|