DEBSOURCES
Skip Quicknav
sources / golang-github-twstrike-gotk3adapter / 0.0~git20160819.0.3499960-1 / glibi / value.go
12345678
package glibi type Value interface { GetString() (string, error) GoValue() (interface{}, error) } func AssertValue(_ Value) {}