Update README.md

Add the necessary packages for the sample code.
This commit is contained in:
Leon 2022-09-14 13:30:05 +08:00 committed by GitHub
parent 2c9e5fe47a
commit 66e6d21ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1829,6 +1829,8 @@ package main
import (
"context"
"errors"
"io"
"log"
"net/http"
"os"