Skip to content

Commit 3a6888a

Browse files
committed
Comment out CustomModule stub for testing
1 parent d143e43 commit 3a6888a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fixtures/go/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ func main() {
132132
}
133133

134134
// Stub CustomModule for test parsing purposes
135-
var CustomModule struct{}
135+
// var CustomModule struct{}
136136

137-
func (CustomModule) track(userId string, eventName string, params map[string]any) {}
137+
// func (CustomModule) track(userId string, eventName string, params map[string]any) {}

0 commit comments

Comments
 (0)