[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 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

11 рядки
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