Skip to content

Commit

Permalink
move testscript at toplevel, avoids stutter. declare we need go1.20 o…
Browse files Browse the repository at this point in the history
…therwise coverage etc doesn't work
  • Loading branch information
ldemailly committed Mar 29, 2023
1 parent 7dd2019 commit 8dc95ca
Show file tree
Hide file tree
Showing 42 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/testscript/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"strings"
"sync/atomic"

"fortio.org/testscript/testscript"
"fortio.org/testscript"
"golang.org/x/tools/txtar"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/testscript/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"testing"

"fortio.org/testscript/internal/os/execpath"
"fortio.org/testscript/testscript"
"fortio.org/testscript"
)

func TestMain(m *testing.M) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module fortio.org/testscript

go 1.19
go 1.20

require (
golang.org/x/mod v0.9.0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8dc95ca

Please sign in to comment.