internal/uidriver/glfw: Clean up build tags

This commit is contained in:
Hajime Hoshi 2021-11-27 18:52:33 +09:00
parent ef5f8a9018
commit bdf78dab27

View File

@ -12,8 +12,8 @@
// 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.
//go:build !android && !darwin && !js && !ios && !windows //go:build !android && !darwin && !js && !windows
// +build !android,!darwin,!js,!ios,!windows // +build !android,!darwin,!js,!windows
package glfw package glfw