Versions in this module Expand all Collapse all v1 v1.1.0 Nov 16, 2017 Changes in this version + func LoadCertificate(path string) (*x509.Certificate, error) + func LoadCertificates(path string) ([]*x509.Certificate, error) + func ReadCertificate(in []byte) (cert *x509.Certificate, rest []byte, err error) + func ReadCertificates(in []byte) (certs []*x509.Certificate, err error) v1.0.0 Jan 6, 2017 Changes in this version + const ExitFailure + const ExitSuccess + func Duration(d time.Duration) string + func Err(exit int, err error, format string, a ...interface{}) + func Errx(exit int, format string, a ...interface{}) + func Itoa(i int, wid int) string + func ProgName() string + func Warn(err error, format string, a ...interface{}) (int, error) + func Warnx(format string, a ...interface{}) (int, error) + type FileTime struct — darwin/amd64, linux/amd64 + Accessed time.Time + Changed time.Time + Modified time.Time + func LoadFileTime(path string) (FileTime, error)