aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendritejs/jsServer.go
diff options
context:
space:
mode:
authorPiotrKozimor <37144818+PiotrKozimor@users.noreply.github.com>2021-11-02 17:48:48 +0100
committerGitHub <noreply@github.com>2021-11-02 16:48:48 +0000
commitdec05c334707346506a979e1cdb3b295dbad5c4f (patch)
tree76aebd11723fbda3b1311c4db272cd2c88ce3c57 /cmd/dendritejs/jsServer.go
parentb99f594a93dda7645fabda4b81498ea4ad40bc97 (diff)
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
Diffstat (limited to 'cmd/dendritejs/jsServer.go')
-rw-r--r--cmd/dendritejs/jsServer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dendritejs/jsServer.go b/cmd/dendritejs/jsServer.go
index 074d20cb..4298c2ae 100644
--- a/cmd/dendritejs/jsServer.go
+++ b/cmd/dendritejs/jsServer.go
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//go:build wasm
// +build wasm
package main