The go-it repository is a Go project that includes various features and refactorings aimed at improving the codebase and functionality. This project involves streamlining models, removing deprecated functions, enhancing ticket handling, and implementing user authentication flow.
Recent commits include:
- Refactoring to remove deprecated functions and endpoints related to Twilio integration.
- Enhancing ticket models and updating transcript handling.
- Implementing a user authentication flow including login, registration, and password recovery.
- Updating dependencies in
go.modandgo.sum.
For more details, view the commit history.
To install the project dependencies, run:
go mod tidyTo run the project, use the following command:
go run main.goContributions to this project are welcome. Please feel free to open issues or submit pull requests.