https://github.com/bobjac/clock1
Go sample of a synchronous clock. Based on the book "The Go Programming Language" by Alan A. A. Donovan and Brian W. Kernighan
https://github.com/bobjac/clock1
Last synced: about 1 month ago
JSON representation
Go sample of a synchronous clock. Based on the book "The Go Programming Language" by Alan A. A. Donovan and Brian W. Kernighan
- Host: GitHub
- URL: https://github.com/bobjac/clock1
- Owner: bobjac
- Created: 2018-05-02T14:53:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T14:57:53.000Z (about 8 years ago)
- Last Synced: 2025-01-15T14:17:01.124Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clock1
Go sample of a synchronous clock. Based on the book "The Go Programming Language" by Alan A. A. Donovan and Brian W. Kernighan