An open API service indexing awesome lists of open source software.

https://github.com/pymarcus/go_webprogramming

web development with golang
https://github.com/pymarcus/go_webprogramming

Last synced: 4 months ago
JSON representation

web development with golang

Awesome Lists containing this project

README

          

# go_webprogramming
web development with golang

### A web application looks like:

![Alt text](image.png)

### HTTP request looks like:

![Alt text](image-1.png)

### HTTP response looks like:

![Alt text](image-2.png)

### Base of status code:

![Alt text](image-3.png)

### A tipical go web application structure:

![Alt text](image-4.png)