Page MenuHomePhabricator

Update golint install instructions
ClosedPublic

Authored by vm on Feb 10 2021, 6:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 13, 6:34 PM
Unknown Object (File)
Tue, Mar 12, 12:30 AM
Unknown Object (File)
Mon, Mar 4, 7:05 AM
Unknown Object (File)
Feb 24 2024, 4:41 PM
Unknown Object (File)
Feb 4 2024, 12:41 AM
Unknown Object (File)
Jan 21 2024, 10:09 AM
Unknown Object (File)
Dec 27 2023, 8:17 PM
Unknown Object (File)
Dec 24 2023, 6:56 AM
Subscribers

Details

Summary

These are the instructions from https://github.com/golang/lint.

The fetch location changed to golang.org/x/lint/golint from github.com/golang/lint/golint.
-u tells go to update the package and its deps if they exist.
-u Shouldn't strictly be necessary, but figured we might as well follow the instructions from golint.

Test Plan

Enable golint without having it installed.
Ensure that the install instructions now show the new location.

Diff Detail

Repository
rARC Arcanist
Branch
golint_instructions
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25111
Build 34651: arc lint + arc unit