Skip to content

Commit 9ea8004

Browse files
Lutz Hornemersion
Lutz Horn
authored andcommitted
added missing import of "io" in server example
1 parent 9dc4d6f commit 9ea8004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ package main
5757

5858
import (
5959
"errors"
60+
"io"
6061
"io/ioutil"
6162
"log"
6263

0 commit comments

Comments
 (0)