https://github.com/tensor-programming/go-tutorial-15
Using closures to create middlware
https://github.com/tensor-programming/go-tutorial-15
Last synced: 8 months ago
JSON representation
Using closures to create middlware
- Host: GitHub
- URL: https://github.com/tensor-programming/go-tutorial-15
- Owner: tensor-programming
- Created: 2017-01-24T16:50:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T21:46:15.000Z (almost 8 years ago)
- Last Synced: 2025-10-09T09:19:52.936Z (8 months ago)
- Language: Go
- Size: 345 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Tutorial Part 15
# Making middleware and a create handler.
### In this tutorial, we use closures and other techniques to create middleware for our handlers.
## 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/).