webserver

command module
v0.0.0-...-e029def Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2020 License: MIT Imports: 4 Imported by: 0

README

Web Server

A simple web server I'm using to learn the Go programming language.

Build Status

Code Responsibilities

  • /database code must ensure that data taken in and out of the database is in valid; this means that it must be well defined, but not necessarily correct.
  • /web code must ensure that data given to /database code is correct; that means performing security checks, preventing nulls, etc.
  • /models code must ensure that type construction can be done correctly.

Annotations

  • @Responsibility - Is this code responsible for the functionality it's doing? is it responsible for more?
  • @TODO - Needs to be done
  • @Performance - There's some benchmarking that can be done here

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL