Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 287 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 287 Bytes

Guestbook-example

Using Go version 1.21

Run tests

# Install mockery
go install github.com/vektra/mockery/v2@v2.38.0

# Generate mock code
go generate ./...

# Run tests
go test -v ./...

Run code

go build guestbook-example && ./guestbook-example