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

https://github.com/tensor-programming/go-tutorial-13


https://github.com/tensor-programming/go-tutorial-13

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go Tutorial Part 13
# Finishing our user Module.

### We added User validation as well as unique user names and made our UUID our session value instead of the user name and password.
## Run `go run *.go` or `go run main.go data.go cookies.go` to run the app, run `go build main.go data.go main.go` to build an executable file.

### Check out the Youtube Tutorial for this [Go Program](https://youtu.be/QNOzYr80DtY). Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.

### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).

### Our [Twitter](https://twitter.com/TensorProgram) and our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/).