initial commit

This commit is contained in:
AJ ONeal 2020-09-19 21:55:46 -06:00
commit 717a4bcbb3
6 changed files with 19 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*_vfsdata.go
*.env
.env
dist/
.DS_Store
.*.sw*

5
.prettierignore Normal file
View File

@ -0,0 +1,5 @@
# go is handled by go fmt
*.go
# don't disrupt deps
vendor/

1
.prettierrc Normal file
View File

@ -0,0 +1 @@
{}

1
AUTHORS Normal file
View File

@ -0,0 +1 @@
AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)

1
LICENSE Normal file
View File

@ -0,0 +1 @@
Copyright 2020 AJ ONeal. All rights reserved.

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# goserv
> Boilerplate for how I like to write a backend web service