Skip to content

Commit 293a25c

Browse files
committed
pkg: update to latest go build tag comment format
Signed-off-by: Daniel P. Berrangé <[email protected]>
1 parent da44110 commit 293a25c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: pkg/util/ciphersuites.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build go1.14
12
// +build go1.14
23

34
/*

Diff for: pkg/util/ciphersuites_compat11.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !go1.12
12
// +build !go1.12
23

34
/*

Diff for: pkg/util/ciphersuites_compat13.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// +build !go1.14
2-
// +build go1.12
1+
//go:build !go1.14 && go1.12
2+
// +build !go1.14,go1.12
33

44
/*
55
* This file is part of the libvirt-console-proxy project

0 commit comments

Comments
 (0)