Skip to content

Commit 69be8af

Browse files
Fixed go example grammar.
1 parent d6edc01 commit 69be8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ application inside Unit.
306306
a. In the `import` section, add `"unit"` on a separate line.
307307

308308
```
309-
import {
309+
import (
310310
"fmt"
311311
"net/http"
312312
"unit"
313-
}
313+
)
314314
```
315315
316316
b. In the `main()` function, comment out the `http.ListenandServe`

0 commit comments

Comments
 (0)