Created
March 1, 2017 06:27
-
-
Save yu8833/feea34f58112e3c8cb7ceb7af4a322b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| setlocal EnableDelayedExpansion | |
| for /r %GOPATH%\src\github.com\docker\docker %%i in (*.go) do ( | |
| %GOPATH%\bin\golint.exe "%%~i" >> %GOPATH%\tool\golint\golint4docker.log | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment