go1.16 compatibility

- Added `// +build` tags for 1.16
This commit is contained in:
Gaukas Wang 2022-09-13 15:31:04 -06:00
parent 21225f20e5
commit 4e8fa06059
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
22 changed files with 44 additions and 17 deletions

View file

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build ignore
// +build ignore
// Generate a self-signed X.509 certificate for a TLS server. Outputs to
// 'cert.pem' and 'key.pem' and will overwrite existing files.