2
0
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:
Carlo Strub 2017-04-15 20:23:26 +00:00
parent a6b1d02ac2
commit 8804ec20c7
7 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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