https://github.com/tensor-programming/go-tutorial-14
https://github.com/tensor-programming/go-tutorial-14
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/go-tutorial-14
- Owner: tensor-programming
- Created: 2017-01-22T21:32:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T21:46:32.000Z (almost 8 years ago)
- Last Synced: 2024-12-16T19:03:57.755Z (over 1 year ago)
- Language: Go
- Size: 345 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Tutorial Part 14
# refacting our modules together.
### In this tutorial, we combined our User module with our main web app as well as made a few changes.
## 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/j1AKMabvU5g). 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/).