post-processor/atlas: proper package

This commit is contained in:
Mitchell Hashimoto 2014-12-09 15:01:46 -08:00
parent f3c1132f23
commit 0ffd184be6
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package main
package atlas
import (
"fmt"

View File

@ -1,4 +1,4 @@
package main
package atlas
import (
"fmt"

View File

@ -1,4 +1,4 @@
package main
package atlas
import (
"os"

View File

@ -1,4 +1,4 @@
package main
package atlas
import (
"math"

View File

@ -1,4 +1,4 @@
package main
package atlas
import (
"testing"