mirror of
https://github.com/fluffle/goirc
synced 2025-05-13 02:53:19 +00:00
add irc_test.go, update Makefile and .gitignore
add simple test code to make building this package within src/pkg happy; update irc/Makefile whitespace -- s/ /\t/; update .gitignore to ignore _test directory created in test build;
This commit is contained in:
parent
e5131515b8
commit
05e665bec7
3 changed files with 19 additions and 3 deletions
|
@ -7,8 +7,8 @@ include $(GOROOT)/src/Make.$(GOARCH)
|
|||
TARG=irc
|
||||
GOFILES=\
|
||||
connection.go\
|
||||
commands.go\
|
||||
handlers.go\
|
||||
nickchan.go
|
||||
commands.go\
|
||||
handlers.go\
|
||||
nickchan.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue