Beispiel #1
0
func (*Radio) Typename(ctx *jas.Context) {
	name := ctx.GapSegment("")
	ctx.Data = string(name) + "type name"
	fmt.Println(name)
}