Skip to content

Commit e4b7d29

Browse files
committed
v1.0.0
1 parent b1f9f19 commit e4b7d29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Package [static](https://godoc.org/github.com/gowww/static) provides a handler f
66

77
1. Get package:
88

9-
```Shell
10-
go get -u github.com/gowww/static
11-
```
9+
```Shell
10+
go get -u github.com/gowww/static
11+
```
1212

1313
2. Import it in your code:
1414

15-
```Go
16-
import "github.com/gowww/static"
17-
```
15+
```Go
16+
import "github.com/gowww/static"
17+
```
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)