...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
jschan
/
Makefile
Documentation:
jschan
1
build:
2
go generate && go build
3
4
run:
5
chmod +x ./jschan && ./jschan
View as plain text