https://github.com/z0rr0/pygo
Python / Go code examples
https://github.com/z0rr0/pygo
Last synced: 4 months ago
JSON representation
Python / Go code examples
- Host: GitHub
- URL: https://github.com/z0rr0/pygo
- Owner: z0rr0
- License: mit
- Created: 2021-05-06T19:56:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T16:22:32.000Z (about 5 years ago)
- Last Synced: 2025-12-18T14:01:19.844Z (7 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pygo

[](https://pkg.go.dev/github.com/z0rr0/pygo?tab=subdirectories)
Python / Go code examples
## Tests
```sh
go test -v -cover ./...
go test -bench=. -benchmem ./...
```