We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6019d6 commit cb64255Copy full SHA for cb64255
cmd/relui/README.md
@@ -1,4 +1,4 @@
1
-#golang.org/x/build/cmd/relui
+# golang.org/x/build/cmd/relui
2
3
```
4
▀▀█ ▀
@@ -9,4 +9,3 @@
9
10
11
relui is a web interface for managing the release process of Go.
12
-
cmd/relui/main.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
5
+// relui is a web interface for managing the release process of Go.
6
package main
7
8
import (
cmd/relui/protos/protos.go
@@ -1,6 +1,7 @@
// Copyright 2020 The Go Authors. All rights reserved.
+
package protos
// Run "go generate" in this directory to update. You need to have:
0 commit comments