Nayeem Hasan

Exploring the world of softwares

Recent posts

Jan 17, 2024
Go: Build your own linterGo provides rich support for lexical analysis, parsing and type checking of a go package. Using these tools, we can create our own linter to detect any issue or perform some refactoring.