Update to go 1.17

This commit is contained in:
Unrud 2022-06-20 01:19:01 +02:00
parent 6134fa564b
commit 7522d131ec
8 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
// +build ignore
//go:build ignore
/*
* Copyright (c) 2018 Unrud <unrud@outlook.com>
@ -102,7 +102,7 @@ func main() {
keysymsMap[unicode] = keysym
}
content := "// Code generated by keysyms.generator.go. DO NOT EDIT.\n" +
"// +build portal x11\n\n" +
"//go:build portal || x11\n\n" +
"package main\n\n" +
"var keysymsMap = map[rune]Keysym{\n"
keys := make([]rune, 0)