
A forum program based on golang, mysql, redis
A forum program based on golang, mysql, redis
The main functions are as follows, taken from the official website
Inside station message system. √
Some events in the user's station, mail subscriptions. √
User activity (logging and statistical display of user operations). √
Gold coin ranking system. √
Network disk system. √
Email login support. √ @Message (Subject, discussion applies). √
Permission control. √
Theme modification (including theme content modification, theme transfer classification). √
There is no official installation document, but golang program installation is relatively simple
1
2
3
git clone https://github.com/ujued/igo.pub
go build main.go -O igo
./igo // Run the program,
Or you can download the compiled binary file from the official website and run it directly.
Official GitHub
https://github.com/ujued/igo.pub
golang installation, see below