1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-29 15:09:22 +03:00

Add ignore directive in go.mod

This can be used by go tools such as gofumpt.
This commit is contained in:
kyu08
2025-09-22 22:36:53 +09:00
committed by Stefan Haller
parent 6782f04e8c
commit 76452a0bcc

3
go.mod
View File

@@ -2,6 +2,9 @@ module github.com/jesseduffield/lazygit
go 1.25.0
// This is necessary to ignore test files when executing gofumpt.
ignore ./test
require (
dario.cat/mergo v1.0.1
github.com/adrg/xdg v0.4.0