zoukankan      html  css  js  c++  java
  • glide 命令

    glide mirror set https://golang.org/x/crypto https://github.com/golang/crypto --vcs git

     替换

    module gin
    
    go 1.12
    
    replace golang.org/x/net => github.com/golang/net latest
    replace golang.org/x/tools => github.com/golang/tools latest
    replace golang.org/x/crypto => github.com/golang/crypto latest
    replace golang.org/x/sys => github.com/golang/sys latest
    replace golang.org/x/text => github.com/golang/text latest
    replace golang.org/x/sync => github.com/golang/sync latest
    replace golang.org/x/exp => github.com/golang/exp latest
    replace golang.org/x/lint => github.com/golang/lint latest
    replace golang.org/x/oauth2 => github.com/golang/oauth2 latest
    replace golang.org/x/time => github.com/golang/time latest
    replace golang.org/x/image => github.com/golang/image latest
    replace golang.org/x/mobile => github.com/golang/mobile latest
    replace cloud.google.com/go => github.com/googleapis/google-cloud-go latest
    replace google.golang.org/grpc => github.com/grpc/grpc-go latest
    replace google.golang.org/appengine => github.com/golang/appengine latest
    replace google.golang.org/genproto => github.com/googleapis/go-genproto latest
    replace google.golang.org/api => github.com/googleapis/google-api-go-client latest
  • 相关阅读:
    数据库之联合查询和连接查询
    数据库要素 ER
    数据库事务
    关系数据库常用名词及解释
    数据库索引
    关于数据库主键和外键(终于弄懂啦)
    coredata 删除与更新
    Predicate Programming Guide
    NSPredicate
    coreData-Fetching Managed Objects
  • 原文地址:https://www.cnblogs.com/jackey2015/p/11865920.html
Copyright © 2011-2022 走看看