Skip to content

fix: Go modules usage in Makefile (#35)

Artyom Kartasov requested to merge fix-modules-in-makefile into master

Description

  • Add a Go modules environment variable to Makefile commands
  • Remove linter checks by default
  • Add development requirements

Related issue

#35 (closed)

Examples

make all starts clean and build commands for now

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes and they have been reviewed OR there are no API changes
Edited by Anatoly Stansler

Merge request reports