renomarx

Results 3 comments of renomarx

Hello, I met the same issue, I think. Here is the test reproducing the issue: ``` func TestCronTimezone(t *testing.T) { loc, _ := time.LoadLocation("Europe/Paris") cronProcess := cron.New(cron.WithLocation(loc)) entryID, _ :=...

I think it's a duplicate of https://github.com/joefitzgerald/go-plus/issues/1020 , the solution worked for me: > Also removed the following line from /home/fray/Desktop/go-plus/lib/package-manager.js: > > ['golangci-lint', 'github.com/golangci/golangci-lint/cmd/golangci-lint'], > > There appears to...

Sure, I'll do that by the end of next week.