separate out command and package

master
Carlo Strub 7 years ago
parent a6b1d02ac2
commit 8804ec20c7

@ -2,7 +2,7 @@
Part of this code is borrowed from github.com/jbrukh/bayesian published under a BSD3CLAUSE License
*/
package main
package sisyphus
import (
"math"

@ -1,4 +1,4 @@
package main
package sisyphus
import (
"errors"

@ -1,4 +1,4 @@
package main
package sisyphus
import (
"log"

@ -1,4 +1,4 @@
package main
package sisyphus
import (
"bufio"

@ -1,4 +1,4 @@
package main_test
package sisyphus_test
import (
"sort"

@ -1,4 +1,4 @@
package main_test
package sisyphus_test
import (
. "github.com/onsi/ginkgo"

Loading…
Cancel
Save