代码拉取完成,页面将自动刷新
// Copyright 2015 Gareth Watts
// Licensed under an MIT license
// See the LICENSE file for details
/*
Package rootcerts provides a Go conversion of Mozilla's certdata.txt
file, extracting trusted CA certificates only.
It was generated using the gencerts tool using the following command line:
gencerts -download -target rootcerts.go -package rootcerts
This package allows for the embedding of root CA certificates directly into
a Go executable, reducing or negating the need for Go to have access to root
certificates provided by the operating system in order to validate certificates
issued by those authorities.
Root certificates can be accessed through this package, or may be easily installed
into the http package's DefaultTransport by calling UpdateDefaultTransport.
*/
package rootcerts
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。