aboutsummaryrefslogtreecommitdiff
path: root/go/vcs
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-03-03 00:19:39 +0700
committerShulhan <ms@kilabit.info>2023-03-03 00:19:39 +0700
commit4b4e44bed548115f2c46f4521e8fe2971eb12fc5 (patch)
tree8ccb45f975472da84a440f88b461f49bd0c5cad8 /go/vcs
parentb49ef8b92d182759a5b9312428bea3d5095ddeaf (diff)
downloadbeku-4b4e44bed548115f2c46f4521e8fe2971eb12fc5.tar.xz
all: reformat all .go files with Go 1.19 gofmt
Diffstat (limited to 'go/vcs')
-rw-r--r--go/vcs/vcs.go1
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 (