[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 linhas
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