...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
golang.conradwood.net
/
tests
/
utiltimer
/
Makefile
Documentation:
golang.conradwood.net/tests/utiltimer
1
SRC=utiltimer.go
2
all:
3
go install ${SRC} `ls -1 *.go|grep -v ${SRC}`
View as plain text