package
0.6.0
Repository: https://github.com/qjcg/examples-go.git
Documentation: pkg.go.dev

# README

Build

CGO_ENABLED=1 go build

As the sqlite3 library uses CGO, your binary will be dynamically, NOT statically linked.

Load test

Use hey, for example:

hey -c 200 -n 1000 http://localhost:9999/

# Structs

Visits represents the number of visits to an HTTP endpoint.