Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbess/gofilewatch
Go app that watches files for changes.
https://github.com/cbess/gofilewatch
Last synced: about 1 month ago
JSON representation
Go app that watches files for changes.
- Host: GitHub
- URL: https://github.com/cbess/gofilewatch
- Owner: cbess
- Created: 2015-08-29T04:49:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T02:45:42.000Z (about 9 years ago)
- Last Synced: 2024-04-14T15:44:20.057Z (7 months ago)
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# filewatch
Sample Go app that watches files for changes.## Purpose
1. Practice using golang.
1. Watch files for changes.