diff options
Diffstat (limited to 'federationsender/storage/storage.go')
-rw-r--r-- | federationsender/storage/storage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/federationsender/storage/storage.go b/federationsender/storage/storage.go index 5462c352..46e01f25 100644 --- a/federationsender/storage/storage.go +++ b/federationsender/storage/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 storage |