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-08-14 18:16:15 -07:00
2025-07-21 17:00:44 -04:00
2025-12-18 12:16:21 +01:00
2025-12-01 18:40:12 -05:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2025-10-22 20:13:36 +08:00
2025-07-21 17:00:44 -04:00
2025-02-17 00:06:20 +05:30
2025-12-18 12:16:21 +01:00
2025-07-01 08:54:14 -04:00
2025-12-18 12:16:21 +01:00
2025-12-18 12:16:21 +01:00
2024-12-02 16:59:34 +01:00
2025-03-19 08:46:17 -04:00
2025-12-04 10:30:00 -05:00
2025-03-19 08:46:15 -04:00
2025-12-04 10:35:34 -05:00
2025-12-04 10:35:34 -05:00
2025-07-21 17:00:45 -04:00
2025-09-18 11:34:28 -07:00
2023-03-18 11:29:38 -04:00
2025-10-24 09:12:03 -04:00
2024-12-14 12:12:42 -05:00
2025-07-18 09:55:39 +08:00
2025-10-14 08:20:43 -04:00
2025-07-21 17:00:44 -04:00
2025-07-21 17:00:44 -04:00