Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Last active February 15, 2022 16:15
Show Gist options
  • Save romanitalian/7b1777fd19ec29f68ef344e14b2639fd to your computer and use it in GitHub Desktop.
Save romanitalian/7b1777fd19ec29f68ef344e14b2639fd to your computer and use it in GitHub Desktop.
mkdir ~/my-golang-redis-app
cd ~/my-golang-redis-app
touch main.go
go mod init github.com/romanitalian/redis_vs_etc_with_go
go mod tidy
tree
.
├── go.mod
└── main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment