From 66e6d21ad269d679029a0c32d5b26ae500cfbee6 Mon Sep 17 00:00:00 2001 From: Leon <3645996+oldfritter@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:30:05 +0800 Subject: [PATCH] Update README.md Add the necessary packages for the sample code. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d7b5ec4..c9c82493 100644 --- a/README.md +++ b/README.md @@ -1829,6 +1829,8 @@ package main import ( "context" + "errors" + "io" "log" "net/http" "os"