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 Part of this code is borrowed from github.com/jbrukh/bayesian published under a BSD3CLAUSE License
*/ */
package main package sisyphus
import ( import (
"math" "math"

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

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

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

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

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

Loading…
Cancel
Save