mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
5 lines
123 B
PowerShell
Executable File
5 lines
123 B
PowerShell
Executable File
# install_dev_deps.ps1
|
|
# Ensure that the tools needed to build locally are present
|
|
|
|
& go get github.com/golang/lint/golint
|