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

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

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/).