mirror of
https://github.com/carlostrub/sisyphus
synced 2024-10-31 09:20:15 +00:00
separate out command and package
This commit is contained in:
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_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…
Reference in New Issue
Block a user