Backup your personal Discover Weekly.
# Install depedencies
go install
# Create .env file and complete
cp .env.dist .env
# Execute
go run main.go
# Compile code
go build main.go
# Execute
./main
sequenceDiagram
participant A as Alice
participant J as John
A->>J: Hello John, how are you?
J->>A: Great!