mirror of
https://github.com/fluffle/goirc
synced 2025-05-13 02:53:19 +00:00
initial go IRC library, dirty hax abound :-)
This commit is contained in:
commit
545a88fea0
7 changed files with 418 additions and 0 deletions
13
irc/Makefile
Normal file
13
irc/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright 2009 The Go Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
include $(GOROOT)/src/Make.$(GOARCH)
|
||||
|
||||
TARG=irc
|
||||
GOFILES=\
|
||||
connection.go\
|
||||
commands.go\
|
||||
handlers.go\
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
Loading…
Add table
Add a link
Reference in a new issue