Skip to content

Commit cb64255

Browse files
committed
cmd/relui: add package comment
Copy the description of relui to a package comment. Adjust README formatting so the header shows up as expected. For golang/go#40279. Change-Id: I74b9ee7ff67c94c885aea5231393928e8b5be647 Reviewed-on: https://go-review.googlesource.com/c/build/+/245645 Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent a6019d6 commit cb64255

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cmd/relui/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#golang.org/x/build/cmd/relui
1+
# golang.org/x/build/cmd/relui
22

33
```
44
▀▀█ ▀
@@ -9,4 +9,3 @@
99
```
1010

1111
relui is a web interface for managing the release process of Go.
12-

cmd/relui/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// relui is a web interface for managing the release process of Go.
56
package main
67

78
import (

cmd/relui/protos/protos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2020 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
4+
45
package protos
56

67
// Run "go generate" in this directory to update. You need to have:

0 commit comments

Comments
 (0)