mirror of
https://github.com/fatedier/frp.git
synced 2026-03-23 16:38:23 +08:00
using glide
This commit is contained in:
11
vendor/github.com/rakyll/statik/example/README.md
generated
vendored
Normal file
11
vendor/github.com/rakyll/statik/example/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# How to run?
|
||||
|
||||
Run statik on the root of this example project to generate source code with directory contents.
|
||||
|
||||
$ statik
|
||||
|
||||
Once the <projectPath>/statik package is generated, run the web server:
|
||||
|
||||
$ go run main.go
|
||||
|
||||
Visit [http://localhost:8080/public/hello.txt](http://localhost:8080/public/hello.txt) to see the file.
|
||||
Reference in New Issue
Block a user