post-processor/atlas: proper package
This commit is contained in:
parent
f3c1132f23
commit
0ffd184be6
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"math"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package atlas
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
|
Loading…
Reference in New Issue