From 6adac119442d6b5422b526e57333ab47b0d8f3bf Mon Sep 17 00:00:00 2001
From: jbhusson <jonah@elixxir.io>
Date: Thu, 18 Nov 2021 15:58:37 -0500
Subject: [PATCH] Proper build tags

---
 client.go | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/client.go b/client.go
index 07adc9b..2cc7651 100644
--- a/client.go
+++ b/client.go
@@ -1,3 +1,13 @@
+///////////////////////////////////////////////////////////////////////////////
+// Copyright © 2021 xx network SEZC                                          //
+//                                                                           //
+// Use of this source code is governed by a license that can be found in the //
+// LICENSE file                                                              //
+///////////////////////////////////////////////////////////////////////////////
+
+// +build linux darwin windows
+// +build amd64
+
 package main
 
 import "git.xx.network/elixxir/mainnet-commitments/client"
-- 
GitLab