Skip to content

Commit 26cdcde

Browse files
committed
Init runner main
1 parent e5e6a6a commit 26cdcde

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/pion/template
1+
module github.com/pion/browsertests
22

33
go 1.21

runner.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
2+
// SPDX-License-Identifier: MIT
3+
4+
package main
5+
6+
import "fmt"
7+
8+
func main() {
9+
fmt.Println("hello")
10+
}

0 commit comments

Comments
 (0)