github.com/viant/toolbox@v0.34.5/test/fileset_info/user_func.go (about)

     1  package fileset_info
     2  
     3  import "fmt"
     4  
     5  //Test represents a test method
     6  func (u *User) Test2() {
     7  	fmt.Printf("Abc %v", u)
     8  }