Karl Zylinski
|
19f0127e55
|
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
2024-09-14 18:27:49 +02:00 |
|
Karl Zylinski
|
8c636ac37b
|
Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
|
2024-09-07 22:02:17 +02:00 |
|
Feoramund
|
ba0581ae79
|
Give FreeBSD access to core:net in core:flags
|
2024-08-05 03:05:50 -04:00 |
|
Feoramund
|
51a013fcf1
|
Work around BSD lack of core:net support
|
2024-06-15 01:32:48 -04:00 |
|