Skip to content

Commit 1f9d63d

Browse files
committed
Minor tweak to README, missing "fmt" import
Line 26 uses fmt, but it wasn't in the import list.
1 parent c78dee2 commit 1f9d63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Below is a simple example, for a full example [see here](https://github.com/go-p
3939
package main
4040

4141
import (
42+
"fmt"
4243
"net/http"
4344

4445
"github.com/go-playground/lars"

0 commit comments

Comments
 (0)