diff options
| author | Adnan Maolood <[email protected]> | 2021-02-23 08:43:41 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-23 08:43:47 -0500 |
| commit | 6de05c4b5d82a337ff01c44247acab857a5dad6e (patch) | |
| tree | 5dddac61be5b2ff4ec5c6e34205b9a9a3eaa0c18 /examples/stream.go | |
| parent | certificate.Store: Remove client certificate support (diff) | |
| download | go-gemini-6de05c4b5d82a337ff01c44247acab857a5dad6e.tar.xz go-gemini-6de05c4b5d82a337ff01c44247acab857a5dad6e.zip | |
Update examples
Diffstat (limited to 'examples/stream.go')
| -rw-r--r-- | examples/stream.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stream.go b/examples/stream.go index 325555d..5b49b11 100644 --- a/examples/stream.go +++ b/examples/stream.go @@ -28,7 +28,7 @@ func main() { Handler: mux, ReadTimeout: 30 * time.Second, WriteTimeout: 1 * time.Minute, - GetCertificate: certificates.GetCertificate, + GetCertificate: certificates.Get, } ctx := context.Background() |