Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schnoddelbotz/golang-playground
Go fun projects for educational purposes only
https://github.com/schnoddelbotz/golang-playground
Last synced: 30 days ago
JSON representation
Go fun projects for educational purposes only
- Host: GitHub
- URL: https://github.com/schnoddelbotz/golang-playground
- Owner: schnoddelbotz
- License: mit
- Created: 2016-11-11T10:42:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T16:52:19.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T16:49:38.349Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-playground
Go fun projects for educational purposes only.
Currently there's not much to see here, but...
## AppStoreXtractor -- a Go re-implementation of [AppStore Extractor](https://github.com/maxschlapfer/MacAdminHelpers/tree/master/AppStoreExtract) [for Mac]
- uses [fsevents](https://github.com/fsnotify/fsevents) to monitor cache folder
- uses [go-plist](github.com/DHowett/go-plist) to read the `manifest.plist`
- does not rely on any external toolsDownload a [release](../../releases) or build from source:
```bash
go get github.com/schnoddelbotz/golang-playground/AppStoreXtractor
```## License
[WTFPL](http://www.wtfpl.net/)