VinGarcia / snipgo

Snippets app implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage license CI Go Report Card

SnipGo

Playing around with a Go and curses based program to manage my snippets. A terminal version, in Go of my KSnip project.

UI

What's Here

This project is for learning in Go:

  • Terminal based UI: github.com/rivo/tview
  • Unit testing: github.com/stretchr/testify
  • Mocking (github.com/golang/mock) vs Monkey Patching (github/bouk/monkey)
  • Dependency injection patterns
  • Github Actions for Go: actions/setup-go@v2

About

Snippets app implemented in Go

License:ISC License


Languages

Language:Go 100.0%