mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 linux] const -> var
This commit is contained in:
@@ -129,7 +129,7 @@ type pointer unsafe.Pointer
|
||||
type GSList C.GSList
|
||||
type GSListPointer *GSList
|
||||
|
||||
const (
|
||||
var (
|
||||
nilPointer pointer = nil
|
||||
nilRadioGroup GSListPointer = nil
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user