aws /
aws-sdk-go
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2
Loading repository data…
johscheuer / repository
This is a simple web todo list for presentations and demos. It's written in Golang + Javascript.
This is a simple web todo list for presentations and demos. It's written in Golang + Javascript.
go get -u github.com/johscheuer/todo-app-web
CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w -X main.appVersion=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match)" -a -installsuffix cgo -o bin/todo-app .
$ docker build -t johscheuer/todo-app-web .
# Tag the image if you want
docker tag -f johscheuer/todo-app-web johscheuer/todo-app-web:<tag>
docker push johscheuer/todo-app-web
./integration_test.sh
Usage of bin/todo-app:
-health-check int
Period to check all connections (default 15)
-master string
The connection string to the Redis master as <hostname/ip>:<port> (default "redis-master:6379")
-master-password string
The password used to connect to the master
-slave string
The connection string to the Redis slave as <hostname/ip>:<port> (default "redis-slave:6379")
-slave-password string
The password used to connect to the slave
-version
Shows the version
Selected from shared topics, language and repository description—not editorial ratings.
aws /
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2
go-co-op /
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
adrianhajdin /
This is a code repository for the corresponding video tutorial. In this video, we're going to build a Web 3.0 React Solidity Blockchain Application
adrianhajdin /
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.
golang /
[mirror] This is a linter for Go source code. (deprecated)
adrianhajdin /
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a an admin dashboard app using React.js and Syncfusion