Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpclab/use-ghfs-example
Example for using go-http-file-server as a lib
https://github.com/mjpclab/use-ghfs-example
Last synced: 21 days ago
JSON representation
Example for using go-http-file-server as a lib
- Host: GitHub
- URL: https://github.com/mjpclab/use-ghfs-example
- Owner: mjpclab
- License: mit
- Created: 2022-08-20T13:09:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T16:47:08.000Z (5 months ago)
- Last Synced: 2024-08-07T20:01:54.421Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Example for using go-http-file-server
Run:
```go
go run use-as-module.go
``````go
go run use-as-middleware.go
```