https://github.com/moovweb/ptcp
placeholder
https://github.com/moovweb/ptcp
Last synced: about 1 year ago
JSON representation
placeholder
- Host: GitHub
- URL: https://github.com/moovweb/ptcp
- Owner: moovweb
- Created: 2011-10-25T16:54:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-01T01:02:26.000Z (about 14 years ago)
- Last Synced: 2025-04-14T13:17:10.176Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 218 KB
- Stars: 3
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The framework for client and server
Go seems to support different usage of struct embedding between using it in the same library or outside it.
echo_test.go uses it in the same library, and echo_externl_test.go in test folder uses it outside of the ptcp library.