• Reasons for developing the project

There is no need to write a complete project, and there is no actual output when learning Golang (because I am a PHP writer). After chatting with my friends, I found that he was writing his own project, and then got stuck on how to use Redis to do the “like” function to enter the library asynchronously. And then I came up with some solutions that I implemented and then I did this project, and then I added some other components

  • Completed components:

    give a like

The shopping cart

Users follow each otherCopy the code

  • Note: This project is only for learning and communication, and the above components are not actually used online, so there may be some gaps with the actual business and there may be bugs, so please be careful if you want to use them online

  • The code address

github:https://github.com/rxrddd/gf-library

gitee:https://gitee.com/AbelZou/gf-library