Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

エラーハンドリング処理について #13

Closed
comu2e opened this issue Apr 17, 2021 · 0 comments
Closed

エラーハンドリング処理について #13

comu2e opened this issue Apr 17, 2021 · 0 comments

Comments

@comu2e
Copy link
Owner

comu2e commented Apr 17, 2021

apiメソッド 内でerrorを受け取ってもhttp.HandlerFuncの引数にerrorを受け取ることはできない。

func api(w http.responseWriter,res *http.Request){

if err != nil{
 return err
}

}
http.Func("~~",api) ←ここでエラー
``
@comu2e comu2e closed this as completed Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant