diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-30 22:46:09 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-30 22:46:09 +0530 |
commit | b72b1278f23af720a16f9d231533864fa48034e8 (patch) | |
tree | 4bcf0ee8830b3bd33cfb825873942369ac5f0c20 /README.md |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e1dac5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# gofileserver + +Simple gotk3 example app to start a HTTP server on desired port to serve desired directory. + +# Licence +Licenced under GNU General Public Licence + +GNU GPL License: [LICENSE](LICENSE) + +Copyright (c) 2022 Vidhu Kant Sharma |