line / line-bot-sdk-go

LINE Messaging API SDK for Go

Home Page:https://developers.line.biz/en/docs/messaging-api/overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seeking Alternative Solution for Code Quality Analysis - Golint Deprecated

kkdai opened this issue · comments

Since golint has been deprecated (as indicated in golang/lint#494), we need to find an alternative solution for code quality analysis.

link to PR: #351

My friend told me that staticcheck is one of the popular linter.