Patrick Ohly
ad79e479c2
build: remove deprecated '// +build' tag
...
This has been replaced by `//build:...` for a long time now.
Removal of the old build tag was automated with:
for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
..
2024-07-18 17:19:11 -04:00
2025-07-06 22:18:03 +02:00
2025-10-02 22:31:08 +00:00
2025-10-02 16:07:48 +02:00
2022-07-26 13:14:05 -04:00
2025-11-05 18:12:39 +00:00
2025-12-08 05:37:15 +00:00
2021-02-28 15:17:29 -08:00
2025-12-18 12:16:21 +01:00
2024-07-18 17:19:11 -04:00
2025-07-15 12:54:40 +02:00
2025-08-29 13:43:54 +02:00
2022-07-26 13:14:05 -04:00
2024-07-18 17:19:11 -04:00
2024-07-17 16:22:11 +02:00
2024-07-17 16:22:11 +02:00
2024-07-17 16:22:11 +02:00
2024-09-20 12:36:38 +05:30
2024-09-20 12:36:38 +05:30
2024-11-08 03:00:54 +00:00
2023-05-20 00:07:44 +00:00
2023-05-09 06:34:08 -07:00
2024-07-17 16:22:11 +02:00
2025-10-27 10:12:25 +01:00
2022-02-03 05:32:12 +08:00
2024-11-07 14:57:29 +00:00