lexkong / log

143 stars 79 forks source link

cannot find module providing package github.com/lexkong/lager #7

Open weixiaolv opened 5 years ago

weixiaolv commented 5 years ago

after get version, project build fail.

"github.com/lexkong/lager" didn't publish ?

llussy commented 5 years ago

I have encountered the same problem.

zxmrlc commented 4 years ago

Because the larger.test use error path. I will create PR to fix this problem .

zxmrlc commented 4 years ago

some tips like:

youngda commented 3 years ago

me too,,Although the method upstairs is useless

lizhecao commented 3 years ago

good @zxmrlc

guandaxia commented 3 years ago

thanks,it works for me

some tips like:

  • use github.com/zxmrlc/log , replace lexkong to zxmrlc in go.mod use github.com/zxmrlc/log v0.0.0-20200612082315-fe407f734509
  • fork github.com/lexkong/log replace lexkong/larger to lexkong/log/lager , replace lexkong to your github name. use github.com/yourname/log
zouyonghe commented 2 years ago

Thanks!