zoukankan      html  css  js  c++  java
  • go常用依赖

    github.com/tidwall/gjson v1.6.3
    github.com/Djarvur/go-err113 v0.1.0 // indirect
    github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
    github.com/go-sql-driver/mysql v1.5.0
    github.com/go-yaml/yaml v2.1.0+incompatible
    github.com/golangci/golangci-lint v1.32.2 // indirect
    github.com/golangci/misspell v0.3.5 // indirect
    github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
    github.com/google/uuid v1.1.1
    github.com/gostaticanalysis/analysisutil v0.4.1 // indirect
    github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
    github.com/kr/text v0.2.0 // indirect
    github.com/kyoh86/exportloopref v0.1.8 // indirect
    github.com/magiconair/properties v1.8.4 // indirect
    github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e // indirect
    github.com/mitchellh/mapstructure v1.3.3 // indirect
    github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    github.com/pelletier/go-toml v1.8.1 // indirect
    github.com/polyfloyd/go-errorlint v0.0.0-20201102195345-32ea8681d64b // indirect
    github.com/quasilyte/go-ruleguard v0.2.1 // indirect
    github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
    github.com/spf13/afero v1.4.1 // indirect
    github.com/spf13/jwalterweatherman v1.1.0 // indirect
    github.com/stretchr/objx v0.3.0 // indirect
    github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect
    github.com/tencentyun/cos-go-sdk-v5 v0.7.10
    github.com/tetafro/godot v1.3.0 // indirect
    github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect
    github.com/tomarrell/wrapcheck v0.0.0-20200820102009-a737f1327799 // indirect
    golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
    golang.org/x/text v0.3.4 // indirect
    golang.org/x/tools v0.0.0-20201110030525-169ad6d6ecb2 // indirect
    gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    gopkg.in/ini.v1 v1.62.0 // indirect
    gopkg.in/yaml.v2 v2.3.0 // indirect
    gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
    gorm.io/driver/mysql v1.0.2
    gorm.io/gorm v1.20.5
    mvdan.cc/gofumpt v0.0.0-20201107090320-a024667a00f1 // indirect

    web框架:gin

    https://github.com/gin-gonic/gin

    参数校验:validator

    https://github.com/go-playground/validator

    excel处理:excelize

    https://github.com/360EntSecGroup-Skylar/excelize

    orm:gorm

    https://github.com/go-gorm/gorm

  • 相关阅读:
    using 关键字有两个主要用途:
    Pl/SQL 从零开始
    SQL从零开始
    wcf 从零开始
    设置主键
    dbf导入sqlserver
    SHBrowseForFolder
    oracle 导入导出数据库
    sql改列名
    Delphi 为Edit或是Memo添加一个气球提示
  • 原文地址:https://www.cnblogs.com/koushr/p/13986873.html
Copyright © 2011-2022 走看看