go gin框架 static 静态文件

项目结构:

DemoPro:

  。。

  。。

  static/

    test.txt

  。。

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