Finishing a comment

This commit is contained in:
Jakub Sobon 2019-02-24 17:37:22 -05:00 committed by GitHub
parent b8591308b9
commit 1a7bcf40e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// Package mouse defines known mouse buttons. // Package mouse defines known mouse buttons.
package mouse package mouse
// Button represents // Button represents a mouse button.
type Button int type Button int
// String implements fmt.Stringer() // String implements fmt.Stringer()