Last active
February 15, 2022 16:15
-
-
Save romanitalian/7b1777fd19ec29f68ef344e14b2639fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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