forked from x/icebergs
opt some
This commit is contained in:
parent
5cc142e009
commit
30c0c0505b
@ -1,15 +1,15 @@
|
||||
source ctx/ctx.shy
|
||||
source cli/cli.shy
|
||||
source aaa/aaa.shy
|
||||
source cli/cli.shy
|
||||
source ctx/ctx.shy
|
||||
source web/web.shy
|
||||
|
||||
source lex/lex.shy
|
||||
source yac/yac.shy
|
||||
source log/log.shy
|
||||
source gdb/gdb.shy
|
||||
source lex/lex.shy
|
||||
source log/log.shy
|
||||
source yac/yac.shy
|
||||
|
||||
source nfs/nfs.shy
|
||||
source tcp/tcp.shy
|
||||
source ssh/ssh.shy
|
||||
source mdb/mdb.shy
|
||||
source nfs/nfs.shy
|
||||
source ssh/ssh.shy
|
||||
source tcp/tcp.shy
|
||||
|
||||
|
18
base/shy.go
18
base/shy.go
@ -1,18 +0,0 @@
|
||||
package shy
|
||||
|
||||
import (
|
||||
_ "github.com/shylinux/icebergs/base/aaa"
|
||||
_ "github.com/shylinux/icebergs/base/cli"
|
||||
_ "github.com/shylinux/icebergs/base/ctx"
|
||||
_ "github.com/shylinux/icebergs/base/web"
|
||||
|
||||
_ "github.com/shylinux/icebergs/base/gdb"
|
||||
_ "github.com/shylinux/icebergs/base/lex"
|
||||
_ "github.com/shylinux/icebergs/base/log"
|
||||
_ "github.com/shylinux/icebergs/base/yac"
|
||||
|
||||
_ "github.com/shylinux/icebergs/base/mdb"
|
||||
_ "github.com/shylinux/icebergs/base/nfs"
|
||||
_ "github.com/shylinux/icebergs/base/ssh"
|
||||
_ "github.com/shylinux/icebergs/base/tcp"
|
||||
)
|
@ -1,6 +1,6 @@
|
||||
source code/code.shy
|
||||
source wiki/wiki.shy
|
||||
source chat/chat.shy
|
||||
source team/team.shy
|
||||
source code/code.shy
|
||||
source mall/mall.shy
|
||||
source team/team.shy
|
||||
source wiki/wiki.shy
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
package shy
|
||||
|
||||
import (
|
||||
_ "github.com/shylinux/icebergs/core/chat"
|
||||
_ "github.com/shylinux/icebergs/core/code"
|
||||
_ "github.com/shylinux/icebergs/core/mall"
|
||||
_ "github.com/shylinux/icebergs/core/team"
|
||||
_ "github.com/shylinux/icebergs/core/wiki"
|
||||
)
|
@ -1,8 +0,0 @@
|
||||
package misc
|
||||
|
||||
import (
|
||||
_ "github.com/shylinux/icebergs/misc/git"
|
||||
_ "github.com/shylinux/icebergs/misc/tmux"
|
||||
_ "github.com/shylinux/icebergs/misc/vim"
|
||||
_ "github.com/shylinux/icebergs/misc/zsh"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user