Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for MyError (0.36 sec)

  1. src/cmd/compile/internal/staticinit/sched.go

    	// then we inline the value expressions into the return argument
    	// and then call StaticAssign to handle that copy.
    	//
    	// This handles simple cases like
    	//
    	//	var myError = errors.New("mine")
    	//
    	// where errors.New is
    	//
    	//	func New(text string) error {
    	//		return &errorString{text}
    	//	}
    	//
    	// We could make things more sophisticated but this kind of initializer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top