mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-04 04:19:20 +01:00
Rename build tag from dev to devcert
This commit is contained in:
parent
10ead6dc4d
commit
4dd581a2d3
@ -1,4 +1,4 @@
|
||||
//go:build dev
|
||||
//go:build devcert
|
||||
|
||||
package tls
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//go:build !dev
|
||||
//go:build !devcert
|
||||
|
||||
package tls
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//go:build dev
|
||||
//go:build devcert
|
||||
|
||||
package tls
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//go:build !dev
|
||||
//go:build !devcert
|
||||
|
||||
package tls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user