This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Sign In With
coolaj86
/
goserv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
initial commit
master
AJ ONeal
5 months ago
commit
717a4bcbb3
6 changed files
with
19 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.gitignore
+5
-0
.prettierignore
+1
-0
.prettierrc
+1
-0
AUTHORS
+1
-0
LICENSE
+3
-0
README.md
+ 8
- 0
.gitignore
View File
@ -0,0 +1,8 @@
*_vfsdata.go
*.env
.env
dist/
.DS_Store
.*.sw*
+ 5
- 0
.prettierignore
View File
@ -0,0 +1,5 @@
# go is handled by go fmt
*.go
# don't disrupt deps
vendor/
+ 1
- 0
.prettierrc
View File
@ -0,0 +1 @@
{}
+ 1
- 0
AUTHORS
View File
@ -0,0 +1 @@
AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)
+ 1
- 0
LICENSE
View File
@ -0,0 +1 @@
Copyright 2020 AJ ONeal. All rights reserved.
+ 3
- 0
README.md
View File
@ -0,0 +1,3 @@
# goserv
> Boilerplate for how I like to write a backend web service
Write
Preview
Loading…
Cancel
Save