mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 linux] const -> var
This commit is contained in:
parent
2f7c6834d0
commit
a6cfdbb403
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ type pointer unsafe.Pointer
|
|||
type GSList C.GSList
|
||||
type GSListPointer *GSList
|
||||
|
||||
const (
|
||||
var (
|
||||
nilPointer pointer = nil
|
||||
nilRadioGroup GSListPointer = nil
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue