about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorHans Raaf2020-10-23 12:32:47 +0200
committerGitHub2020-10-23 12:32:47 +0200
commitc99025e6c569827aa5ca8fb3e16545f1b5f821f2 (patch)
treef7f639149823354287af497cacbe660a65626154 /README.md
parent3198b25445ce1dc81158353b3e012e8881014790 (diff)
downloadgomponents-c99025e6c569827aa5ca8fb3e16545f1b5f821f2.tar.lz
gomponents-c99025e6c569827aa5ca8fb3e16545f1b5f821f2.tar.zst
gomponents-c99025e6c569827aa5ca8fb3e16545f1b5f821f2.zip
Remove "fmt" import in readme example (#31)
Also style menu in simple example slightly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d00ebb8..6fe9ca8 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,6 @@ Then do something like this:
 package main
 
 import (
-	"fmt"
 	"net/http"
 
 	g "github.com/maragudk/gomponents"