Merge pull request #6353 from lsm5/build-without-varlink

enable building without `varlink` tag
This commit is contained in:
OpenShift Merge Robot
2020-06-01 14:48:35 +02:00
committed by GitHub
11 changed files with 47 additions and 22 deletions

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import "encoding/json"

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (