1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-13 11:03:19 +00:00

Run gofmt to keep people happy!

This commit is contained in:
Alex Bramley 2018-09-06 22:15:14 +01:00
parent 90556d7c97
commit 47162eb0b8
5 changed files with 16 additions and 9 deletions

View file

@ -2,8 +2,8 @@ package glog
import (
"fmt"
"github.com/golang/glog"
"github.com/fluffle/goirc/logging"
"github.com/golang/glog"
)
// Simple adapter to utilise Google's GLog package with goirc.