Skip to content

Commit 72a8a9a

Browse files
Deployed to github pages
1 parent 30ff09b commit 72a8a9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ <h3 id="golang"> golang <small><a href="#golang" class="text-decoration-none"
579579
<code>go install ./...</code>. pre-commit will create an isolated <code>GOPATH</code> for each hook
580580
and the <a href="#hooks-entry"><code>entry</code></a> should match an executable which will get installed into the
581581
<code>GOPATH</code>'s <code>bin</code> directory.</p>
582+
<p>This language supports <code>additional_dependencies</code> and will pass any of the values directly to <code>go install</code>. It can be used as a <code>repo: local</code> hook.</p>
582583
<p><em>changed in 2.17.0</em>: previously <code>go get ./...</code> was used</p>
583584
<p><em>new in 3.0.0</em>: pre-commit will bootstrap <code>go</code> if it is not present. <code>language: golang</code>
584585
also now supports <code>language_version</code></p>

0 commit comments

Comments
 (0)