Skip to content

Instantly share code, notes, and snippets.

@yu8833
Created March 1, 2017 06:27
Show Gist options
  • Select an option

  • Save yu8833/feea34f58112e3c8cb7ceb7af4a322b6 to your computer and use it in GitHub Desktop.

Select an option

Save yu8833/feea34f58112e3c8cb7ceb7af4a322b6 to your computer and use it in GitHub Desktop.
@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