1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2021-09-08 16:44:33 +08:00
parent 13fe0cfea0
commit e88574ea65
2 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@ all:
go build -v -o usr/publish/$@ src/$@.go && chmod u+x usr/publish/$@
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
View File

@ -14,10 +14,10 @@ replace (
require (
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/mysql-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/toolkits v0.3.0
shylinux.com/x/toolkits v0.3.1
)