examples/keyboard: Remove the last period from do-not-edit comment

This commit is contained in:
Hajime Hoshi 2018-04-14 04:23:34 +09:00
parent d1ef57c280
commit 9fb25693a3
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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