Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
xgo / usr / lib / xgo / cl / _testgop / domaintext-huh / out.go
Size: Mime:
package main

import "github.com/goplus/xgo/cl/internal/huh"

func main() {
	form := huh.New("<form id=\"test\">\n</form>\n", "1", 2)
	form.Run()
}