Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abbfb2e

Browse files
committed
List golang as first-class language
1 parent 4d970de commit abbfb2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ to implement. The current implemented languages are at varying levels:
6464
- 0th class - pre-commit does not require any dependencies for these languages
6565
as they're not actually languages (current examples: fail, pygrep)
6666
- 1st class - pre-commit will bootstrap a full interpreter requiring nothing to
67-
be installed globally (current examples: node, ruby, rust)
67+
be installed globally (current examples: go, node, ruby, rust)
6868
- 2nd class - pre-commit requires the user to install the language globally but
69-
will install tools in an isolated fashion (current examples: python, go,
70-
swift, docker).
69+
will install tools in an isolated fashion (current examples: python, swift,
70+
docker).
7171
- 3rd class - pre-commit requires the user to install both the tool and the
7272
language globally (current examples: script, system)
7373

0 commit comments

Comments
 (0)