mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
13fe0cfea0
commit
e88574ea65
2
Makefile
2
Makefile
@ -12,4 +12,4 @@ all:
|
|||||||
go build -v -o usr/publish/$@ src/$@.go && chmod u+x usr/publish/$@
|
go build -v -o usr/publish/$@ src/$@.go && chmod u+x usr/publish/$@
|
||||||
|
|
||||||
ice:
|
ice:
|
||||||
cat src/binpack.go|sed 's/package main/package ice/g' > usr/ice/binpack.go
|
cat src/binpack.go|sed 's/package main/package ice/g' > usr/release/binpack.go
|
||||||
|
4
go.mod
4
go.mod
@ -14,10 +14,10 @@ replace (
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.0.0-00010101000000-000000000000
|
shylinux.com/x/golang-story v0.0.0-00010101000000-000000000000
|
||||||
shylinux.com/x/icebergs v0.4.1
|
shylinux.com/x/icebergs v0.4.2
|
||||||
shylinux.com/x/linux-story v0.0.0-00010101000000-000000000000
|
shylinux.com/x/linux-story v0.0.0-00010101000000-000000000000
|
||||||
shylinux.com/x/mysql-story v0.0.0-00010101000000-000000000000
|
shylinux.com/x/mysql-story v0.0.0-00010101000000-000000000000
|
||||||
shylinux.com/x/nginx-story v0.0.0-00010101000000-000000000000
|
shylinux.com/x/nginx-story v0.0.0-00010101000000-000000000000
|
||||||
shylinux.com/x/redis-story v0.0.0-00010101000000-000000000000
|
shylinux.com/x/redis-story v0.0.0-00010101000000-000000000000
|
||||||
shylinux.com/x/toolkits v0.3.0
|
shylinux.com/x/toolkits v0.3.1
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user