Off to a new start

This commit is contained in:
Tuan-Dat Tran
2019-03-11 23:59:49 +01:00
parent 25339689bc
commit c8f8da8e00
18 changed files with 171 additions and 2756 deletions

View File

@@ -1,11 +0,0 @@
" Shortcuts
imap ;main package main<Enter><Enter>import (<Enter>"fmt"<Enter>)<Enter><Enter>func main() {<Enter>}<Esc>O
imap { {<Enter>}<Esc>kA
imap ( ()<Esc>i
imap () ()
" Compiling
map <C-c><C-c> <Esc>:!clear; go run %<Enter>
map <C-c><C-b> <Esc>:!clear; go build %; ./%<<Enter>
map <C-c><C-w> <Esc>:!clear; GOOS=windows GOARCH=386 go build -o %<.exe %