input: Remove the last period from do-not-edit comment

This commit is contained in:
Hajime Hoshi
2018-04-14 04:22:09 +09:00
parent dbe990a060
commit d1ef57c280
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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{}{}
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 ebiten