aboutsummaryrefslogtreecommitdiff
path: root/examples/stream.go
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-02-23 08:43:41 -0500
committerAdnan Maolood <[email protected]>2021-02-23 08:43:47 -0500
commit6de05c4b5d82a337ff01c44247acab857a5dad6e (patch)
tree5dddac61be5b2ff4ec5c6e34205b9a9a3eaa0c18 /examples/stream.go
parentcertificate.Store: Remove client certificate support (diff)
downloadgo-gemini-6de05c4b5d82a337ff01c44247acab857a5dad6e.tar.xz
go-gemini-6de05c4b5d82a337ff01c44247acab857a5dad6e.zip
Update examples
Diffstat (limited to 'examples/stream.go')
-rw-r--r--examples/stream.go2
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()