commit | ce6c64c93fb3bfba2eb1d30379f7ccf4d6791697 | [log] [tgz] |
---|---|---|
author | Katie Hockman <katie@golang.org> | Tue Feb 16 11:46:27 2021 -0500 |
committer | Katie Hockman <katie@golang.org> | Tue Feb 16 11:46:27 2021 -0500 |
tree | 0fe69336b0f086f23d25da38bbd8f2fe925a89aa | |
parent | a72b573855935b19b534f2d0156fe4e108a317e1 [diff] |
version v1.0.1
diff --git a/go.mod b/go.mod index 23abd17..73e61e9 100644 --- a/go.mod +++ b/go.mod
@@ -1,3 +1,8 @@ module test go 1.16 + +retract ( + v1.0.1 + v1.0.0 +)
diff --git a/x.go b/x.go index 6208570..90f0278 100644 --- a/x.go +++ b/x.go
@@ -1,3 +1,3 @@ package x -// This is a comment for v1.0.0 +// This is a comment for v1.0.1