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 portal
|
||||
//go:build portal
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018 Unrud <unrud@outlook.com>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// +build windows
|
||||
//go:build windows
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018 Unrud <unrud@outlook.com>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// +build x11
|
||||
//go:build x11
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018 Unrud <unrud@outlook.com>
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/unrud/remote-touchpad
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/godbus/dbus/v5 v5.0.6
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by keysyms.generator.go. DO NOT EDIT.
|
||||
// +build portal x11
|
||||
//go:build portal || x11
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// +build portal x11
|
||||
//go:build portal || x11
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018 Unrud <unrud@outlook.com>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// +build !windows
|
||||
//go:build !windows
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018-2019 Unrud <unrud@outlook.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue