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
|
||||
*/
|
||||
|
||||
package main
|
||||
package sisyphus
|
||||
|
||||
import (
|
||||
"math"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package main
|
||||
package sisyphus
|
||||
|
||||
import (
|
||||
"log"
|
||||
|
@ -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…
Reference in New Issue
Block a user