New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jon-whit/go-contacts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jon-whit/go-contacts

  • v0.0.0-20190928191305-5f9ca5b2ef34
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-contacts

go-contacts is a REST API to manage Contacts written in Golang.

Overview

The Contacts API specification is defined as follows:

MethodPathDescription
GET/users/:userid/contactsList a user's contacts
POST/users/:userid/contactsCreate a contact

Install

Clone the source git clone https://github.com/jon-whit/go-contacts

Setup dependencies

go get -u github.com/go-chi/chi
go get -u github.com/mattn/go-sqlite3

Setup sqlite data structure

sqlite3 /var/tmp/go-contacts.db < setup.sql

Test first for your liking

go test ./... -v

Run the app

go build && ./go-contacts

FAQs

Package last updated on 28 Sep 2019

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