GitXplorerGitXplorer
s

dkrbuilder

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
702561356d36f053176d3ee15c2a30956c1a3556

initial commit

ssgraham785 committed 4 years ago
Unverified
26e15519cefd473a723dfb3f6c0c589fb4f1410a

renamed usecases -> usecase

ssgraham785 committed 5 years ago
Unverified
44556d10a052ca0958c50189af6218b7df841864

initial commit

ssgraham785 committed 6 years ago

README

The README file for this repository.

golang-starter project

This layouts the basic directory structure for a project in Go

Development with Docker

Initial:

make dev

and you will get a container running the app, db migrations run, and file watching for development.

Starting existing dev containers:

make compose-up

Rebuilding the container:

make compose-build

Stop and destory containers:

make compose-down

See Makefile for more cmds

Adding Dependancies

We are using Go Modules

Todos

  • [x] Sample todo

How to Document Architecture Decisions?

Create Architecture Decision Record using the following command

adr new Implement as Unix shell scripts

For more info go here

OSX

To generate the protocol buffers in osx please run the following

go install github.com/gogo/protobuf/protoc-gen-gogofast
go install github.com/gogo/protobuf/protoc-gen-gogofaster