move barnard main package to package root
There's only a single executable, so this makes things cleaner
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
/*
|
||||
* Source: https://godoc.org/github.com/nsf/termbox-go
|
||||
|
||||
1
uiterm/doc.go
Normal file
1
uiterm/doc.go
Normal file
@@ -0,0 +1 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
/*
|
||||
* Source: https://godoc.org/github.com/nsf/termbox-go
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package uiterm // import "layeh.com/barnard/uiterm"
|
||||
package uiterm
|
||||
|
||||
type View interface {
|
||||
uiInitialize(ui *Ui)
|
||||
|
||||
Reference in New Issue
Block a user