Skip to content

Commit 0ff533d

Browse files
committed
tools/relnotes: use types from work-stats package
We can save a little code by borrowing logic from my work-stats package. It's not strictly necessary, but it might make things a little easier. (Maybe we could move the work-stats stuff into this repo). Change-Id: I0a6c63360fbddd34c714ade1c9cfbb5d14dd6d8d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/337495 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Suzy Mueller <suzmue@golang.org>
1 parent e81d5fc commit 0ff533d

File tree

3 files changed

+222
-98
lines changed

3 files changed

+222
-98
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ module github.com/golang/vscode-go
22

33
go 1.16
44

5-
require golang.org/x/build v0.0.0-20210617174213-df58bbac082b
5+
require (
6+
github.com/stamblerre/work-stats v0.0.0-20210726215650-a14fc877fae7
7+
golang.org/x/build v0.0.0-20210722210716-65acb205e577
8+
)

0 commit comments

Comments
 (0)