User Tools

Site Tools


go:packages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
go:packages [2019/11/05 20:28] – [Frameworks] fgmgo:packages [2023/05/17 07:48] (current) – [Dépendances] fgm
Line 80: Line 80:
   * [[https://github.com/laher/goxc|GoXC]] build, déploiement   * [[https://github.com/laher/goxc|GoXC]] build, déploiement
 ===== Dépendances ===== ===== Dépendances =====
 +
 +Tous ces outils sont obsolètes depuis l'introduction des modules VGO.
  
   * [[https://github.com/LyricalSecurity/gigo|Gigo]] inspirée par Python pip   * [[https://github.com/LyricalSecurity/gigo|Gigo]] inspirée par Python pip
Line 85: Line 87:
   * [[https://github.com/tools/godep|GoDep]] le standard de fait ?   * [[https://github.com/tools/godep|GoDep]] le standard de fait ?
     * [[http://www.goinggo.net/2013/10/manage-dependencies-with-godep.html|didacticiel]]     * [[http://www.goinggo.net/2013/10/manage-dependencies-with-godep.html|didacticiel]]
 +  * [[https://github.com/kr/goven|Goven]] 2014-08-05: "Goven is deprecated. Please use godep instead."
   * [[https://github.com/mjibson/party|Party]] Réécriture des dépendances lors de l'inclusion locale   * [[https://github.com/mjibson/party|Party]] Réécriture des dépendances lors de l'inclusion locale
  
-=== Obsolètes === 
- 
-  * [[https://github.com/kr/goven|Goven]] 2014-08-05: "Goven is deprecated. Please use godep instead." 
 ===== Développement ===== ===== Développement =====
  
Line 96: Line 96:
     * [[https://github.com/josephspurrier/goversioninfo|Go Version Info]] inclusion des méta d'exécutable dans les programmes Go pour Windows.     * [[https://github.com/josephspurrier/goversioninfo|Go Version Info]] inclusion des méta d'exécutable dans les programmes Go pour Windows.
   * Documentation   * Documentation
 +    * [[https://beta.metadoc.io/|Metadoc]] un meilleur générateur de documentation que godoc
     * [[https://github.com/dominikh/implements|Implements]] commande listant les interfaces implémentées par un type, ou les types implémentant une interface     * [[https://github.com/dominikh/implements|Implements]] commande listant les interfaces implémentées par un type, ou les types implémentant une interface
     * [[https://github.com/golang/tools/tree/master/oracle|Go Oracle]] Analyse statique orientée recherche dans le source     * [[https://github.com/golang/tools/tree/master/oracle|Go Oracle]] Analyse statique orientée recherche dans le source
Line 408: Line 409:
 ==== Moteurs de stockage ==== ==== Moteurs de stockage ====
  
 +  * Badger
 +    * [[https://blog.dgraph.io/post/badger/|Intro]] KV-store in Go, same API as RocksDB
   * [[http://github.com/boltdb/bolt|Bolt]] pas de Windows   * [[http://github.com/boltdb/bolt|Bolt]] pas de Windows
   * [[https://github.com/google/cayley|Cayley]] Moteur de graph database natif Go.   * [[https://github.com/google/cayley|Cayley]] Moteur de graph database natif Go.
go/packages.1572985681.txt.gz · Last modified: 2020/11/23 17:23 (external edit)