8 lines
76 B
Go
8 lines
76 B
Go
package nomad
|
|
|
|
import "testing"
|
|
|
|
func TestWorker(t *testing.T) {
|
|
// TODO
|
|
}
|