aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/timestruct.go
diff options
context:
space:
mode:
authorRichard Musiol <mail@richard-musiol.de>2018-03-04 13:41:30 +0100
committerBrad Fitzpatrick <bradfitz@golang.org>2018-04-13 21:12:31 +0000
commit70d83eda99d0687ba07348ca773ee8bf3e9bbfa9 (patch)
tree64d626bf07e20a5985825b9a269d0a0cbf36ad97 /src/syscall/timestruct.go
parentd9b006a7057d4666cb4fa9c421f2360ef3994b0f (diff)
downloadgo-70d83eda99d0687ba07348ca773ee8bf3e9bbfa9.tar.xz
time: add wasm architecture
This commit adds the wasm architecture to the time package. Updates #18892 Change-Id: I86841e096894eacf7f972add9a532491e4d00014 Reviewed-on: https://go-review.googlesource.com/106997 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/syscall/timestruct.go')
-rw-r--r--src/syscall/timestruct.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/timestruct.go b/src/syscall/timestruct.go
index 49c3383b4f..84a00a77d8 100644
--- a/src/syscall/timestruct.go
+++ b/src/syscall/timestruct.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
+// +build darwin dragonfly freebsd js,wasm linux nacl netbsd openbsd solaris
package syscall