PacktPublishing / Domain-Driven-Design-with-GoLang

Domain-Driven Design With Golang, published by Packt
MIT License
256 stars 65 forks source link

Errata from chapter 1 to chapter 5 #3

Open nicewook opened 3 months ago

nicewook commented 3 months ago

18 page - missing

type User struct {
    ID             string
    PaymentDetails PaymentDetails
}

37 page - suggestion

46 page - Go naming conventions

88 page - need to use Mean type

89 page - missing directory in Figure 5.9

94 page - wrong code

112 page - typo in Figure 6.1

0xBradock commented 15 hours ago

100 page - Wrong type