package
0.0.0-20240422115409-e3d2dc116661
Repository: https://github.com/realsee-dev/sonyflake.git
Documentation: pkg.go.dev
# README
Example
This example runs Sonyflake on AWS Elastic Beanstalk.
Setup
- Build the cross compiler for linux/amd64 if using other platforms.
cd $GOROOT/src && GOOS=linux GOARCH=amd64 ./make.bash
- Build sonyflake_server in the example directory.
./linux64_build.sh
- Upload the example directory to AWS Elastic Beanstalk.