DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / type3.go
12345678910111213
package main import "fmt" type S1 string func main() { s := S1("Hello") fmt.Println(s) } // Output: // Hello