diff options
author | Brian Cully <bjc@kublai.com> | 2015-07-10 20:51:49 +0000 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2015-07-10 20:51:49 +0000 |
commit | 9daadb1041ff5a8b3e952c5c8b59481856171273 (patch) | |
tree | 65ece339b17cae834898d32c3348f1650fbc589c | |
parent | c8c4c1a9986ebafa48b66830a4f6f20f9529ff03 (diff) | |
download | xmppbot-9daadb1041ff5a8b3e952c5c8b59481856171273.tar.gz xmppbot-9daadb1041ff5a8b3e952c5c8b59481856171273.zip |
Import order.
-rw-r--r-- | xmppbot.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,10 +3,9 @@ package main import ( "flag" - "gopkg.in/inconshreveable/log15.v2" - "github.com/bjc/goctl" "github.com/bjc/xmppbot/handlers" + "gopkg.in/inconshreveable/log15.v2" ) func main() { |