DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / export1.go
12345678910
package sample type Sample struct{ Name string } func (s *Sample) Test() { println("Hello from test", s.Name) } // Output: //