GitHub / katzien / app-structure-examples
Demonstrating various ways of structuring Go apps with some commentary
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katzien%2Fapp-structure-examples
PURL: pkg:github/katzien/app-structure-examples
Stars: 95
Forks: 3
Open issues: 2
License: mit
Language: Go
Size: 17.6 KB
Dependencies parsed at:
16
Created at: over 2 years ago
Updated at: 2 months ago
Pushed at: over 2 years ago
Last synced at: about 2 months ago
go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.1
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/stretchr/testify v1.8.1
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1