Update examples

This commit is contained in:
Adnan Maolood 2021-02-20 18:30:49 -05:00
parent d479c6391c
commit 0baa66a4e7
3 changed files with 29 additions and 48 deletions

View File

@ -3,10 +3,9 @@
package main package main
import ( import (
"context"
"crypto/sha512" "crypto/sha512"
"crypto/tls"
"crypto/x509" "crypto/x509"
"crypto/x509/pkix"
"fmt" "fmt"
"log" "log"
"time" "time"