go-veikkaus is a Go client library for interacting with veikkaus.fi JSON API.
Currently it is recommended to use minimum Go version 1.21 or greater-
go-veikkaus
is implemented with go version 1.22 in mind, and is highly recommended to be used with the same version or newer. Get it with:
go get github.com/j-flat/go-veikkaus
Until more comprehensive README, check examples for the currently implemented features.
This library is distributed under the BSD-style license found in the LICENSE file.
This repository, structure of code files, Github Actions and scripts were greately influenced by go-github repository.