issues
search
bxcodec
/
go-clean-arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
MIT License
9.22k
stars
1.22k
forks
source link
Fix Typo: Update Variable Name for Server Address in main.go
#92
Closed
IvanReyesO7
closed
8 months ago
IvanReyesO7
commented
8 months ago
Minimal contribution.
Fixed a possible typo. Updated the variable name storing the server address from environment variables in
main.go
.
address
variable was being declared but not used.
Minimal contribution.
main.go
.address
variable was being declared but not used.