This website requires JavaScript.
Explore
Help
Sign In
sneak
/
sircd
Watch
1
Star
0
Fork
You've already forked sircd
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
45dbc0c109
sircd
/
Makefile
9 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
initial
2019-08-19 23:30:59 +00:00
default
:
run
latest
2019-08-20 02:15:56 +00:00
run
:
*.
go
*/*.
go
go run main.go
fmt
:
go fmt *.go
go fmt sircd/*.go