mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
move cruncher out of core and into its own package
This commit is contained in:
parent
ccdcac5ebb
commit
7ec666d912
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package core
|
||||
package cruncher
|
||||
|
||||
import (
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
|
||||
type Cruncher struct {
|
||||
close_chan chan bool
|
||||
close_chan chan bool
|
||||
}
|
||||
|
||||
func (cruncher *Cruncher) Run(port int) {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package core
|
||||
package cruncher
|
||||
|
||||
import (
|
||||
"testing"
|
||||
Loading…
Add table
Reference in a new issue