1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-19 08:09:21 +03:00

Clean up build tags

- Remove old-style build tags (the +build syntax has become obsolete with 1.17)
- Remove redundant build tags from '*_windows.go' files
This commit is contained in:
Stefan Haller
2025-08-03 12:28:23 +02:00
parent 5b86716446
commit bb17072ed8
11 changed files with 0 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package oscommands