求解,为什么出错了
没有导入包
package main
import "github.com/gin-gonic/gin"
func main() {
r := gin.Default()
}
还是错误的,是因为我没有下载gin包吗?