https://github.com/tensor-programming/go-tutorial-13
https://github.com/tensor-programming/go-tutorial-13
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/go-tutorial-13
- Owner: tensor-programming
- Created: 2017-01-06T05:32:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T21:46:48.000Z (almost 8 years ago)
- Last Synced: 2024-12-16T19:03:57.712Z (over 1 year ago)
- Language: Go
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).