Skip to content

Commit d7034fd

Browse files
authored
Exclude profiler when use tinygo (#982)
1 parent d047034 commit d7034fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

middleware/profiler.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build !tinygo
2+
// +build !tinygo
3+
14
package middleware
25

36
import (

0 commit comments

Comments
 (0)