Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Bespalov <[email protected]>
  • Loading branch information
mem and olegbespalov authored Nov 7, 2023
1 parent 12a0441 commit 3a951a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import (
// allows the program to run in environments where the system root
// certificates are not available, for example inside a minimal container.
// These are _fallbacks_, meaning that if the system _does have_ a set of
// root certificates, those will be given priority. The binary size will
// increase a little (~ 220 kB).
// root certificates, those will be given priority.
_ "golang.org/x/crypto/x509roots/fallback"
)

Expand Down

0 comments on commit 3a951a9

Please sign in to comment.