asticode / go-astilog

Golang logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have error: case-insensitive import collision

liasica opened this issue · comments

package main: case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"
#2

It seems like github.com/sirupsen/logrus is the correct import name based on the examples at https://github.com/sirupsen/logrus.

Closing this issue.