Changed file names so it builds correctly

This commit is contained in:
Alex Dadgar
2015-09-21 16:00:08 -07:00
parent 38460ca653
commit 66fe1294da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
// +build !windows
package allocdir
import (

View File

@@ -1,3 +1,5 @@
// +build !linux
package allocdir
import "github.com/hashicorp/nomad/nomad/structs"