Skip to content

Commit 4c1ebef

Browse files
committed
cmd/relui,internal/relui: cleanup go:build comments
These are no longer necessary as embed is in all supported verions of Go. For golang/go#47401 Change-Id: I3b128a28028d0ca15088d71202984c8b8ef4469c Reviewed-on: https://go-review.googlesource.com/c/build/+/352569 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 88204a4 commit 4c1ebef

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

cmd/relui/main.go

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

5-
//go:build go1.16
6-
// +build go1.16
7-
85
// relui is a web interface for managing the release process of Go.
96
package main
107

internal/relui/content.go

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

5-
//go:build go1.16
6-
// +build go1.16
7-
85
package relui
96

107
import "embed"

internal/relui/store.go

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

5-
//go:build go1.16
6-
// +build go1.16
7-
85
package relui
96

107
import (

internal/relui/web.go

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

5-
//go:build go1.16
6-
// +build go1.16
7-
85
package relui
96

107
import (

internal/relui/web_test.go

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

5-
//go:build go1.16
6-
// +build go1.16
7-
85
package relui
96

107
import (

0 commit comments

Comments
 (0)