We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e6a6a commit 26cdcdeCopy full SHA for 26cdcde
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/pion/template
+module github.com/pion/browsertests
2
3
go 1.21
runner.go
@@ -0,0 +1,10 @@
+// SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
+// SPDX-License-Identifier: MIT
+
4
+package main
5
6
+import "fmt"
7
8
+func main() {
9
+ fmt.Println("hello")
10
+}
0 commit comments