Closed otternq closed 5 years ago
This change allows godoc to display code examples. I specifically wanted an example showing how to increase the match pool size.
godoc
To view the examples, start godoc
$ godoc -http ":6060"
Then navigate to the pattern package:
http://127.0.0.1:6060/pkg/github.com/51Degrees/Device-Detection/go/src/pattern/
This change allows
godoc
to display code examples. I specifically wanted an example showing how to increase the match pool size.To view the examples, start
godoc
Then navigate to the pattern package:
http://127.0.0.1:6060/pkg/github.com/51Degrees/Device-Detection/go/src/pattern/