Skip to content
Snippets Groups Projects
Verified Commit 75934eb0 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: vendoring #71

parent 61a1232e
Branches
Tags
No related merge requests found
Showing
with 7 additions and 24 deletions
//go:build go1.5
// +build go1.5
// Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
//
package tlsconfig
import (
......
//go:build !go1.5
// +build !go1.5
// Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
//
package tlsconfig
import (
......
//go:build windows
// +build windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
......@@ -108,9 +108,9 @@ type GUID struct {
//
// The supplied string may be in any of these formats:
//
// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
// XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
// {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
// XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
// {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
//
// The conversion of the supplied string is not case-sensitive.
func NewGUID(guid string) *GUID {
......@@ -216,11 +216,11 @@ func decodeHexChar(c byte) (byte, bool) {
// String converts the GUID to string form. It will adhere to this pattern:
//
// {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
// {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
//
// If the GUID is nil, the string representation of an empty GUID is returned:
//
// {00000000-0000-0000-0000-000000000000}
// {00000000-0000-0000-0000-000000000000}
func (guid *GUID) String() string {
if guid == nil {
return emptyGUID
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
//go:build !windows
// +build !windows
package ole
......
//go:build windows
// +build windows
package ole
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment