Skip to content

jakrh/guestbook-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guestbook-example

Using Go version 1.23.8

Run tests

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

# Generate mock code
mockery

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

Run code

go run .

About

A guestbook example with layered architecture and tests.

Topics

Resources

Stars

Watchers

Forks