go gin框架 static 静态文件

项目结构:

DemoPro:

  。。

  。。

  static/

    test.txt

  。。

router := gin.Default()
router.Static("/static", "./static")
router.GET(...........

 

posted @ 2018-09-05 13:49  静静别跑  阅读(3331)  评论(0编辑  收藏  举报