new package 'commmon' - move funky, stack, voc
This commit is contained in:
parent
ec6172f07e
commit
a64f621997
6 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
package voc
|
||||
|
||||
import (
|
||||
"git.sr.ht/~cco/go-scopes/lib/funky"
|
||||
"git.sr.ht/~cco/go-scopes/common/funky"
|
||||
)
|
||||
|
||||
type VocData[V any] map[string][]V
|
|
@ -3,12 +3,12 @@ package scopes_test
|
|||
import (
|
||||
tbase "testing"
|
||||
|
||||
"git.sr.ht/~cco/go-scopes/forge/stack"
|
||||
"git.sr.ht/~cco/go-scopes/forge/voc"
|
||||
"git.sr.ht/~cco/go-scopes/common/stack"
|
||||
"git.sr.ht/~cco/go-scopes/common/voc"
|
||||
"git.sr.ht/~cco/go-scopes/testing"
|
||||
)
|
||||
|
||||
func TestForge(tb *tbase.T) {
|
||||
func TestCommon(tb *tbase.T) {
|
||||
t := testing.SetUp(tb)
|
||||
t.Run("stack", StackTest)
|
||||
t.Run("voc", VocTest)
|
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
tbase "testing"
|
||||
|
||||
"git.sr.ht/~cco/go-scopes/lib/funky"
|
||||
"git.sr.ht/~cco/go-scopes/common/funky"
|
||||
"git.sr.ht/~cco/go-scopes/testing"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue