diff options
| author | Adnan Maolood <[email protected]> | 2020-12-17 17:07:00 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2020-12-17 17:07:00 -0500 |
| commit | 4704b8fbcf7e8b11ccf24f0e64d0cd7426ad035d (patch) | |
| tree | 37ac8425f93beab3ff8ef447dd347ea3a3baba5f /cert.go | |
| parent | Make CertificateDir safe for concurrent use by multiple goroutines (diff) | |
| download | go-gemini-4704b8fbcf7e8b11ccf24f0e64d0cd7426ad035d.tar.xz go-gemini-4704b8fbcf7e8b11ccf24f0e64d0cd7426ad035d.zip | |
Add missing imports
Diffstat (limited to 'cert.go')
| -rw-r--r-- | cert.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ import ( "os" "path/filepath" "strings" + "sync" "time" ) |