[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lignes
234 B

  1. module code.as/writefreely/go-gopher
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/sasha-s/go-deadlock v0.3.1
  5. github.com/stretchr/testify v1.7.0
  6. golang.org/x/net v0.0.0-20181220203305-927f97764cc3
  7. )
  8. go 1.13