Skip to content

Instantly share code, notes, and snippets.

@awstanley
Created July 17, 2016 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awstanley/6eff3ef88d87d17306729a1ba21e4fad to your computer and use it in GitHub Desktop.
Save awstanley/6eff3ef88d87d17306729a1ba21e4fad to your computer and use it in GitHub Desktop.
Elusive Target Tracker (downloads current manifest; will throw an error an m will be nil if it's down). Obviously it needs work, but it was developed rapidly during ET #6 as a proof of concept.
package main
import (
"github.com/awstanley/Hitman/Go/misc/elusivetracker"
"net/http"
)
func main() {
client := &http.Client{}
m := elusivetracker.FetchManifest(client)
m.FetchContent(client, "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment