https://github.com/tensor-programming/go-tutorial-9
Adding Flash messages to our webapp
https://github.com/tensor-programming/go-tutorial-9
Last synced: 11 months ago
JSON representation
Adding Flash messages to our webapp
- Host: GitHub
- URL: https://github.com/tensor-programming/go-tutorial-9
- Owner: tensor-programming
- Created: 2016-12-21T22:28:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T22:31:17.000Z (over 9 years ago)
- Last Synced: 2025-06-25T12:51:46.843Z (12 months ago)
- Language: Go
- Size: 311 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Tutorial Part 9
# Adding cookie flash messages to our user Module
### Implementing "flash messages" to our user module by using cookies.
## Run `go run *.go` or `go run main.go data.go cookies.go flash.go` to run the app, run `go build main.go data.go main.go flash.go` to build an executable file.
### Check out the Youtube Tutorial for this [Go Program](https://youtu.be/9i4VbznD_kI). 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/).