https://github.com/tensor-programming/go-tutorial-11
https://github.com/tensor-programming/go-tutorial-11
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/go-tutorial-11
- Owner: tensor-programming
- Created: 2016-12-30T22:43:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T22:48:00.000Z (over 9 years ago)
- Last Synced: 2024-12-16T19:03:57.599Z (over 1 year ago)
- Language: Go
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Tutorial Part 11
# Hashing the password and creating the UUid
### We hashed our passwords and added our UUID creation function in this tutorial.
## 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/CTInRpKpbU0). 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/).