From 8e10e98daa3d4539bfbd7484bbf6ee6482d705c2 Mon Sep 17 00:00:00 2001 From: Kamaleshwar <1092882+bnkamalesh@users.noreply.github.com> Date: Fri, 10 Jul 2020 16:41:48 +0530 Subject: [PATCH] - added github.com/bnkamalesh/goapp (#3160) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ac3fb2a..8ac6c60b 100644 --- a/README.md +++ b/README.md @@ -2578,6 +2578,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Go Playground for iOS](https://codeplayground.app) - Interactively edit & play Go snippets on your mobile device. * [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/) * [go-patterns](https://github.com/tmrts/go-patterns) - Curated list of Go design patterns, recipes and idioms. +* [goapp](https://github.com/bnkamalesh/goapp) - An opinionated guideline to structure & develop a Go web application/service. * [Golang for Node.js Developers](https://github.com/miguelmota/golang-for-nodejs-developers) - Examples of Golang compared to Node.js for learning. * [Golangbot](https://golangbot.com/learn-golang-series/) - Tutorials to get started with programming in Go. * [GolangCode](https://golangcode.com/) - Collection of code snippets and tutorials to help tackle every day issues.