Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JustinTimperio/gomap
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Mar 14, 2021
2 parents 2e42b14 + f89ae55 commit 2e4b0c2
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 2e4b0c2

Please sign in to comment.