golang-playground

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2016 License: MIT

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
    • uses fsevents to monitor cache folder
    • uses go-plist to read the manifest.plist
    • does not rely on any external tools

Build projects

If checked out (or symlinked) to ~/go, setting GOPATH as outlined below is not required.

... or just run make -- avoids need to set GOPATH manually.

fish build example

set GOPATH (pwd)
export GOPATH
go install AppStoreXtractor
bin/AppStoreXtractor

bash build example

export GOPATH=`pwd`
go install AppStoreXtractor
bin/AppStoreXtractor

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL