[v3 linux] const -> var

This commit is contained in:
Travis McLane 2023-09-11 17:25:14 -05:00
commit a6cfdbb403

View file

@ -129,7 +129,7 @@ type pointer unsafe.Pointer
type GSList C.GSList
type GSListPointer *GSList
const (
var (
nilPointer pointer = nil
nilRadioGroup GSListPointer = nil
)