1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2018-05-21 17:01:10 +08:00
parent 1ccf015b8b
commit f000ffffef
4 changed files with 6 additions and 13 deletions

4
.gitignore vendored
View File

@ -1,6 +1,8 @@
bin/
tmp/
var/
pkg/
bin/
*.swp
# Binaries for programs and plugins
*.exe
*.dll

View File

@ -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)

View File

View File

@ -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