Skip to content

Commit

Permalink
ndn: add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Mar 7, 2025
1 parent 41ba794 commit 59c9476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndn/app/awareness.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build js && wasm

package app

import (
Expand Down
2 changes: 2 additions & 0 deletions ndn/app/yjs_update.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build js && wasm

package app

import (
Expand Down

0 comments on commit 59c9476

Please sign in to comment.