diff options
Diffstat (limited to 'userapi/storage/accounts/storage.go')
-rw-r--r-- | userapi/storage/accounts/storage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userapi/storage/accounts/storage.go b/userapi/storage/accounts/storage.go index 3489c9d0..a21f7d94 100644 --- a/userapi/storage/accounts/storage.go +++ b/userapi/storage/accounts/storage.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 accounts |