diff options
| author | Adnan Maolood <[email protected]> | 2020-12-18 00:47:30 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2020-12-18 00:47:30 -0500 |
| commit | df1794c803637c246df602560772569aaf9a90eb (patch) | |
| tree | 5105d36fa0c05fc4590ff5a3ac8132ac6d6f3c90 /examples/cert.go | |
| parent | examples/html: Read from stdin and write to stdout (diff) | |
| download | go-gemini-df1794c803637c246df602560772569aaf9a90eb.tar.xz go-gemini-df1794c803637c246df602560772569aaf9a90eb.zip | |
examples: Add missing descriptions
Diffstat (limited to 'examples/cert.go')
| -rw-r--r-- | examples/cert.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cert.go b/examples/cert.go index fc9ac04..8f2c31b 100644 --- a/examples/cert.go +++ b/examples/cert.go @@ -1,5 +1,7 @@ // +build ignore +// This example illustrates a certificate generation tool. + package main import ( |