modulepackage
0.0.0-20210203210604-4e600f5faaa7
Repository: https://github.com/hanadaug/file-viewer.git
Documentation: pkg.go.dev
# README
file-viewer
golangで実装したシンプルなディレクトリリスティング(URLで指定するとディレクトリに含まれるファイル一覧を表示する)サーバーです。

# 実行方法
# root オプション => 公開するフォルダを指定
# port オプション => 使用するportを指定
$ ./file-viewer \
-root ${HOME}/git/file-viewer/sample \
-port 1234
# Type aliases
No description provided by the author