mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
input: Remove the last period from do-not-edit comment
This commit is contained in:
parent
dbe990a060
commit
d1ef57c280
@ -347,7 +347,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Follow the standard comment rule (https://golang.org/s/generatedcode).
|
||||
doNotEdit := "// Code generated by genkeys.go using 'go generate'. DO NOT EDIT."
|
||||
doNotEdit := "// Code generated by genkeys.go using 'go generate'. DO NOT EDIT"
|
||||
|
||||
namesSet := map[string]struct{}{}
|
||||
namesWithoutModsSet := map[string]struct{}{}
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT
|
||||
|
||||
package input
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT
|
||||
|
||||
// +build darwin freebsd linux windows
|
||||
// +build !js
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT.
|
||||
// Code generated by genkeys.go using 'go generate'. DO NOT EDIT
|
||||
|
||||
// +build js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user