Added Build Flags (client, server)

This commit is contained in:
darmiel 2021-05-17 00:03:08 +02:00
parent 4b7a7e55d7
commit 7efdc2af70
20 changed files with 40 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// +build client
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

@ -1,3 +1,5 @@
// +build client
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

@ -1,3 +1,5 @@
// +build client
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

@ -1,3 +1,5 @@
// +build client
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

@ -1,3 +1,5 @@
// +build client
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

@ -1,3 +1,5 @@
// +build server
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

@ -1,3 +1,5 @@
// +build client
/*
Copyright © 2021 darmiel <hi@d2a.io>

View file

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

View file

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

View file

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

View file

@ -1,3 +1,5 @@
// +build client
package common
import (

View file

@ -1,3 +1,5 @@
// +build client
package common
import (

View file

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

View file

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

View file

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

View file

@ -1,3 +1,5 @@
// +build server
package server
const body = `

View file

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

View file

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

View file

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

View file

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