grim/gobnc

Just cleaning up old incomplete commits
draft
2020-04-27, Gary Kramlich
289b2d7f32b6
Parents e1cc64a24bfe
Children 7cd26371cd9c
Just cleaning up old incomplete commits
  • +1 -0
    go.mod
  • +5 -0
    irc/message.go
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/go.mod Mon Apr 27 20:18:53 2020 -0500
    @@ -0,0 +1,1 @@
    +module bitbucket.org/rw_grim/gobnc
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/irc/message.go Mon Apr 27 20:18:53 2020 -0500
    @@ -0,0 +1,5 @@
    +package irc
    +
    +type Message interface {
    + Command() string
    +}