dominic-ricottone.com
git
Log in
—
Register
~dricottone
/
simple-chat
summary
tree
log
refs
ref:
ee1987a41db3b68ac9d5da905327ce64a0123297
simple-chat
/
server
/Makefile
-rw-r--r--
85 bytes
View
Log
Blame
View raw
Permalink
ee1987a4
—
Dominic Ricottone
Initial commit
2 years ago
1
2
3
4
5
6
7
8
9
.PHONY
:
clean
build
clean
:
rm
-f
server
go.sum
build
:
clean
go
get
-u
go
build