mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/keyboard: Remove the last period from do-not-edit comment
This commit is contained in:
parent
d1ef57c280
commit
9fb25693a3
@ -200,7 +200,7 @@ func outputKeyboardImage() (map[string]image.Rectangle, error) {
|
||||
|
||||
const keyRectTmpl = `{{.License}}
|
||||
|
||||
// Code generated by gen.go using 'go generate'. DO NOT EDIT.
|
||||
// Code generated by gen.go using 'go generate'. DO NOT EDIT
|
||||
|
||||
package keyboard
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:generate go run -tags=example gen.go
|
||||
//go:generate go run gen.go
|
||||
//go:generate gofmt -s -w .
|
||||
|
||||
package keyboard
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Code generated by gen.go using 'go generate'. DO NOT EDIT.
|
||||
// Code generated by gen.go using 'go generate'. DO NOT EDIT
|
||||
|
||||
package keyboard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user