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

https://github.com/tensor-programming/go-tutorial-12


https://github.com/tensor-programming/go-tutorial-12

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Go Tutorial Part 12
# Adding Form Validation using Json and Structs

### We added Form validation using json annotations on our structs which allows them to preform reflection.
## 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/).