github.com/pojntfx/hydrapp/hydrapp@v0.0.0-20240516002902-d08759d6ca9f/pkg/fixes/tls_certs.go (about) 1 //go:build tlscertembed 2 // +build tlscertembed 3 4 package fixes 5 6 import ( 7 _ "github.com/breml/rootcerts" 8 )