[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

11 satır
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