package nstatus import ( "fmt" "testing" ) func TestResult_String(t *testing.T) { ret := NewResult(200, "ok") ret = nil fmt.Println(ret.Error()) }