IsAGPL returns true if this is an AGPL build.
()
| 111 | |
| 112 | // IsAGPL returns true if this is an AGPL build. |
| 113 | func IsAGPL() bool { |
| 114 | return strings.Contains(agpl, "t") |
| 115 | } |
| 116 | |
| 117 | func IsBoringCrypto() bool { |
| 118 | return boringcrypto |
no test coverage detected