Skip to content

Commit

Permalink
add go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cch123 committed Sep 9, 2019
1 parent 49ef8fc commit 98deee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goid.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ var offsetDict = map[string]int64{
"go1.10.6": 152,
"go1.10.7": 152,
"go1.10.8": 152,
"go1.10.8": 152,
"go1.11": 152,
"go1.11.1": 152,
"go1.11.2": 152,
Expand All @@ -63,6 +62,7 @@ var offsetDict = map[string]int64{
"go1.12.5": 152,
"go1.12.6": 152,
"go1.12.7": 152,
"go1.13": 152,
}

var offset = offsetDict[runtime.Version()]
Expand Down

0 comments on commit 98deee7

Please sign in to comment.