This website requires JavaScript.
Explore
Help
Sign In
localhots
/
bocadillo
Watch
1
Star
0
Fork
You've already forked bocadillo
0
Code
Releases
Activity
f61e0d6e84
bocadillo
/
Makefile
9 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add basic makefile
2018-11-09 00:11:12 +00:00
install
:
dep ensure
test
:
Use a separate make task to run tests verbose
2018-11-18 19:05:32 +00:00
go
test
./
{
mysql,tests
}
testv
:
Encode decimals as floats without precision loss
2018-11-18 18:02:34 +00:00
go
test
-v ./
{
mysql,tests
}