Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio authored Mar 11, 2021
1 parent dd3fe83 commit f89ae55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (

func main() {
fastscan := true
scan := gomap.ScanRange(fastscan)
fmt.Printf(scan.String())
scan := gomap.ScanRange(fastscan)
fmt.Printf(scan.String())
}

```
Expand Down

0 comments on commit f89ae55

Please sign in to comment.