mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
add pie.go
This commit is contained in:
parent
131c653190
commit
43476f18c9
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
inoremap jk <Esc>
|
inoremap jk <Esc>
|
||||||
|
inoremap kj <Esc>
|
||||||
cnoremap wa wa<CR>
|
cnoremap wa wa<CR>
|
||||||
|
|
||||||
set path+=.,..,./usr/,./usr/volcanos/,./usr/icebergs/,.ish/pluged/,~/.ish/pluged/,$GOROOT/src,/usr/include
|
set path+=.,..,./usr/,./usr/volcanos/,./usr/icebergs/,.ish/pluged/,~/.ish/pluged/,$GOROOT/src,/usr/include
|
||||||
|
14
go.mod
14
go.mod
@ -11,3 +11,17 @@ require (
|
|||||||
shylinux.com/x/nginx-story v0.2.6
|
shylinux.com/x/nginx-story v0.2.6
|
||||||
shylinux.com/x/redis-story v0.2.7
|
shylinux.com/x/redis-story v0.2.7
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace (
|
||||||
|
shylinux.com/x/ice => ./usr/release
|
||||||
|
shylinux.com/x/icebergs => ./usr/icebergs
|
||||||
|
shylinux.com/x/toolkits => ./usr/toolkits
|
||||||
|
)
|
||||||
|
|
||||||
|
replace (
|
||||||
|
shylinux.com/x/golang-story => ./usr/golang-story
|
||||||
|
shylinux.com/x/linux-story => ./usr/linux-story
|
||||||
|
shylinux.com/x/mysql-story => ./usr/mysql-story
|
||||||
|
shylinux.com/x/nginx-story => ./usr/nginx-story
|
||||||
|
shylinux.com/x/redis-story => ./usr/redis-story
|
||||||
|
)
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
cli.system pwd
|
||||||
_span span
|
_span span
|
||||||
_span div
|
_span div
|
||||||
web.code.git.trend '["icebergs", "2021-01-01 00:00:00"]'
|
web.code.git.trend icebergs
|
||||||
web.code.git.trend '["volcanos", "2021-01-01 00:00:00"]'
|
web.code.git.trend volcanos
|
||||||
_span div
|
_span div
|
||||||
web.code.git.trend '["toolkits", "2021-01-01 00:00:00"]'
|
web.code.git.trend toolkits
|
||||||
web.code.git.trend '["intshell", "2021-01-01 00:00:00"]'
|
web.code.git.trend intshell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user