ZIP最简单的基于GO的文件服务器 3.55MB

weixin_45363959

资源文件列表:

fileServer.zip 大约有2个文件
  1. fileServer.exe 6.32MB
  2. main.go 191B

资源介绍:

最简单的基于GO的文件服务器
package main import ( "fmt" "net/http" ) func main() { http.Handle("/", http.FileServer(http.Dir("./"))) fmt.Println("Start") e := http.ListenAndServe(":8080", nil) fmt.Println(e) }
100+评论
captcha
    类型标题大小时间
    ZIP(解压密码1234) C#混淆加密大师1.2.0最新版6.3MB8月前
    ZIP很好的MCJAVA版启动器-HMCL与PCL6.4MB8月前
    ZIP2022年第一篇C语言50行代码制作爱心电子相册的代码11.26MB8月前
    ZIPecharts实现流程图以及分割面板组件9.57KB8月前
    ZIP拓展之crash-gcore ,github源码72.35KB8月前
    ZIPqt 中国象棋源码,界面学习1.35MB8月前
    ZIPlinux 安装protobuf资源包3.09MB8月前
    ZIPc++基于链表的图书信息管理系统.zip1.51MB8月前