diff options
| author | Shulhan <ms@kilabit.info> | 2023-03-03 00:19:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-03 00:19:39 +0700 |
| commit | 4b4e44bed548115f2c46f4521e8fe2971eb12fc5 (patch) | |
| tree | 8ccb45f975472da84a440f88b461f49bd0c5cad8 /go | |
| parent | b49ef8b92d182759a5b9312428bea3d5095ddeaf (diff) | |
| download | beku-4b4e44bed548115f2c46f4521e8fe2971eb12fc5.tar.xz | |
all: reformat all .go files with Go 1.19 gofmt
Diffstat (limited to 'go')
| -rw-r--r-- | go/vcs/vcs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/vcs/vcs.go b/go/vcs/vcs.go index 2e2df04..12c2382 100644 --- a/go/vcs/vcs.go +++ b/go/vcs/vcs.go @@ -11,7 +11,6 @@ // for developers who want to write tools with similar semantics. // It needs to be manually kept in sync with upstream when changes are // made to cmd/go/internal/get; see https://golang.org/issue/11490. -// package vcs import ( |
