aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2020-12-18 00:47:30 -0500
committerAdnan Maolood <[email protected]>2020-12-18 00:47:30 -0500
commitdf1794c803637c246df602560772569aaf9a90eb (patch)
tree5105d36fa0c05fc4590ff5a3ac8132ac6d6f3c90 /examples
parentexamples/html: Read from stdin and write to stdout (diff)
downloadgo-gemini-df1794c803637c246df602560772569aaf9a90eb.tar.xz
go-gemini-df1794c803637c246df602560772569aaf9a90eb.zip
examples: Add missing descriptions
Diffstat (limited to 'examples')
-rw-r--r--examples/cert.go2
-rw-r--r--examples/client.go2
-rw-r--r--examples/server.go2
3 files changed, 6 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 (
diff --git a/examples/client.go b/examples/client.go
index 4975158..5ccb3ef 100644
--- a/examples/client.go
+++ b/examples/client.go
@@ -1,5 +1,7 @@
// +build ignore
+// This example illustrates a Gemini client.
+
package main
import (
diff --git a/examples/server.go b/examples/server.go
index c0bd1a7..795495a 100644
--- a/examples/server.go
+++ b/examples/server.go
@@ -1,5 +1,7 @@
// +build ignore
+// This example illustrates a Gemini server.
+
package main
import (