Fix git links in pre-commit-config

This commit is contained in:
IamTheFij 2023-09-19 13:18:01 -07:00
parent a388a3f78b
commit 83279f4fbf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: git://github.com/dnephin/pre-commit-golang
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.3.5
hooks:
- id: go-fmt