1 2 3 4 5 6 7
package main import "./namespace_virtual_method" func main() { _ = namespace_virtual_method.NewSpam() }