Update to go 1.17
This commit is contained in:
parent
6134fa564b
commit
7522d131ec
8 changed files with 9 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue