Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GormNew to Visual Studio Code? Get it now.
Gorm

Gorm

Gorm

|
592 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gorm

介绍

  • 对Gin框架支持了基本的路由导航
  • ctrl + shift + p 输入 Gorm 启用
  • QQ群: 289132257

使用指南

  • 你需要安装如下方式注册路由,否则插件将无法识别到。
group := g.Group("/admin")
group.GET("/list1", t.list)
group.PUT("/list2", t.list)
group.GET("/one", t.one)
group.DELETE("/insert", t.insert)
group.PUT("/update", t.update)
group.POST("/delete", t.delete)

最后

  • 祝您使用愉快
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft