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/[email protected]

# Generate mock code
go generate ./...

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

Run code

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