go
go copied to clipboard
Another Google-like Go short link service
I tried using the installation directions on a Raspberry Pi (running stretch) and it did not work: ``` $ GOPATH=`pwd` go install github.com/kellegous/go can't load package: package github.com/kellegous/go: cannot find...
This PR: Adds support for providing a path to a GCP Service Account key file and an audience string to support uploading a dump file to an instance of Go...
Is there a way to have something like ``` http://go/find/xyz ``` go to ``` http://example.com/real-link/search?q=xyz ```
# Issue Unrelated websites can issue requests to register/modify shortlinks. # How to reproduce 1. Run `go` on localhost:8067 2. Access https://jsfiddle.net/tcm5vjwy/ 3. Shortlink `:1` is set to https://example.com without...
Is there any way to retrieve a list of known short urls? If not, can I make a feature request? :)
We recently open-sourced our own go links implementation, [Trotto](https://github.com/trotto/go-links). We're in the process of open-sourcing the [Chrome extension](https://chrome.google.com/webstore/detail/trotto-go-links/nkeoojidblilnkcbbmfhaeebndapehjk) that we built to make it easy to set up the `go/somewhere`...
This allows adding additional path to a shortened URL. For example, if go/short redirects to http://example.com, go/short/foobar will redirect to http://example.com/foobar. An example usage is to shorten Google Docs headings....
Would love to be able to set this up in an HA configuration, and the dependency on local storage makes this difficult. Would it be possible to add an option...