Skip to content

Commit 908b362

Browse files
add missing build tags
Signed-off-by: Achille Roussel <[email protected]>
1 parent 45baa09 commit 908b362

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

grpc/grpc_wasip1_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build wasip1
2+
13
package grpc_test
24

35
import (

ttrpc/ttrpc_wasip1_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build wasip1
2+
13
package ttrpc_test
24

35
import (

0 commit comments

Comments
 (0)