Skip to content

Commit 4b5627a

Browse files
author
Bryan C. Mills
committed
all: add go.mod
Commands run: go mod init go mod edit -go=1.11 go mod tidy go list -m all go test ./... Updates golang/go#30228 Change-Id: I86819ac0a2704468903e34ca49308ce65149791b Reviewed-on: https://go-review.googlesource.com/c/term/+/167160 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 05bb8bb commit 4b5627a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module golang.org/x/term
2+
3+
go 1.11

0 commit comments

Comments
 (0)