package
0.0.0-20250211080934-6afe6efe787e
Repository: https://github.com/tom-uchida/go-concurrency.git
Documentation: pkg.go.dev
# README
02
APIサーバーがレスポンスを返した後のcontextの動作検証。
2024/02/11 00:16:57 listening on port 8080
2024/02/11 00:16:57 starting HTTP server
> curl http://localhost:8080/test
response
2024/02/11 00:16:59 context done.
2024/02/11 00:16:59 task done.