mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +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).
|
// 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{}{}
|
namesSet := map[string]struct{}{}
|
||||||
namesWithoutModsSet := map[string]struct{}{}
|
namesWithoutModsSet := map[string]struct{}{}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// 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
|
package input
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// 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 darwin freebsd linux windows
|
||||||
// +build !js
|
// +build !js
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// 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
|
// +build js
|
||||||
|
|
||||||
|
2
keys.go
2
keys.go
@ -12,7 +12,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// 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
|
package ebiten
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user