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
..
2025-10-31 00:03:42 -04:00
2025-06-10 14:11:30 -07:00
2025-11-05 00:44:52 -08:00
2025-12-17 21:41:45 -08:00
2024-03-01 07:51:22 +01:00
2025-09-12 21:17:06 +00:00
2025-11-06 12:48:22 -08:00
2024-10-23 01:17:58 +01:00
2025-10-02 22:31:08 +00:00
2025-10-29 11:42:40 -07:00
2025-09-10 15:52:59 -04:00
2025-11-06 12:48:22 -08:00
2024-03-01 07:51:22 +01:00
2024-07-05 09:06:18 +00:00
2025-12-18 12:16:21 +01:00
2025-10-30 13:36:38 -05:00
2024-11-06 15:41:39 -05:00
2025-07-06 22:02:04 +02:00
2024-07-23 21:16:53 +00:00
2024-06-04 22:09:35 +00:00
2024-09-11 22:19:58 +03:00
2025-06-17 09:30:41 +08:00
2024-03-01 07:51:22 +01:00
2024-03-01 07:51:22 +01:00
2024-09-02 11:30:17 +08:00
2023-10-30 07:48:22 -04:00
2025-10-21 20:31:24 +00:00
2025-03-08 15:18:00 -08:00
2024-07-05 11:54:14 -04:00
2025-08-01 14:18:06 +05:30