mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
pro dir
This commit is contained in:
parent
1ccf015b8b
commit
f000ffffef
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
bin/
|
||||
tmp/
|
||||
var/
|
||||
pkg/
|
||||
bin/
|
||||
*.swp
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.dll
|
||||
|
3
Makefile
3
Makefile
@ -3,6 +3,9 @@ BENCH=src/example/bench.go
|
||||
|
||||
install:
|
||||
go install $(BENCH)
|
||||
touch etc/local.shy
|
||||
cp etc/shy.vim ~/.vim/syntax/
|
||||
cp etc/go.snippets ~/.vim/snippets/
|
||||
|
||||
build:
|
||||
go build $(BENCH)
|
||||
|
12
etc/note.ctx
12
etc/note.ctx
@ -1,12 +0,0 @@
|
||||
golang
|
||||
help tool version env
|
||||
get list doc fmt fix vet
|
||||
run build test install clean
|
||||
|
||||
git
|
||||
help init clone
|
||||
status add rm mv diff grep show reset commit
|
||||
branch merge rebase log tag checkout
|
||||
remote pull push fetch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user