forked from x/ContextOS
opt some
This commit is contained in:
parent
9fe84ef237
commit
00a760c1bb
@ -1,8 +1,10 @@
|
||||
package code
|
||||
|
||||
import (
|
||||
"contexts/ctx"
|
||||
"contexts/web"
|
||||
"github.com/shylinux/icebergs/base/ctx"
|
||||
"github.com/shylinux/icebergs/base/web"
|
||||
kit "github.com/shylinux/toolkits"
|
||||
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
@ -12,7 +14,6 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
"time"
|
||||
"toolkit"
|
||||
)
|
||||
|
||||
var Dockfile = `
|
||||
|
@ -15,6 +15,8 @@ import (
|
||||
_ "github.com/shylinux/icebergs/misc/mp"
|
||||
_ "github.com/shylinux/icebergs/misc/wx"
|
||||
|
||||
_ "github.com/shylinux/icebergs/misc/es"
|
||||
|
||||
_ "github.com/shylinux/golang-story/src/compile"
|
||||
_ "github.com/shylinux/golang-story/src/project"
|
||||
_ "github.com/shylinux/golang-story/src/runtime"
|
||||
|
Loading…
x
Reference in New Issue
Block a user