https://github.com/tensor-programming/go-tutorial-1
A golang server app for serving static content.
https://github.com/tensor-programming/go-tutorial-1
Last synced: 8 months ago
JSON representation
A golang server app for serving static content.
- Host: GitHub
- URL: https://github.com/tensor-programming/go-tutorial-1
- Owner: tensor-programming
- Created: 2016-11-04T06:33:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T07:49:49.000Z (over 9 years ago)
- Last Synced: 2024-12-16T19:03:57.511Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Tutorial Part 1
# A simple Static file server made with Go
### you can serve any static html, css and even JS build content using this server. Just make sure the content is in the same folder as the executable.
## Run `go run main.go` to run the app, run `go build main.go` to build an executable file.
### Check out the Youtube Tutorial for this [Go Program](https://youtu.be/uCR_A-Bphl0). 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/).