Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/stommydx/togolist

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/stommydx/togolist

  • v0.0.0-20220819032656-4f1121da93da
  • Source
  • Go
  • Socket score

Version published
Created
Source

ToGo List

This is a todo list backend HTTP API written in Go. It is developed mainly for self-learning different practices in writing in Go programming languages.

Features

In addition to basic CRUD of todo list and items, the following are implemented:

  • Health Checking
  • Input Validation
  • Logging
  • API documentation

Configuration

Config Location

The application will read configuration from the below locations:

  • /etc/togolist/config.yaml
  • $XDG_CONFIG_HOME/togolist/config.yaml
  • ./config/config.yaml

Libraries Used

  • Dependency Injection: Uber Fx
  • Logger: Zap
  • Config: Viper
  • CLI: Cobra
  • ORM: GORM
  • HTTP: Gin
  • Documentation: Swagger
  • Release Management: GoReleaser

References

FAQs

Package last updated on 19 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc