Registry / utility / shopify-goreferrer

shopify-goreferrer

JSON →
library0.0.0-20231011203653-ffbb755a21cdgogounverified

Package goreferrer parses HTTP referrer headers to extract referrer information.

go get github.com/Shopify/goreferrer
INSTALL
IMPORT
SIG · SHOPIFY-GOREFERRER
S
shopify-goreferrer
utilitygov0.0.0-20231011203653-ffbb755a21cd
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

goreferrer
github.com/Shopify/goreferrer

Parse a referrer URL and print its type and label.

package main import ( "fmt" "github.com/Shopify/goreferrer" ) func main() { r := goreferrer.DefaultRules.Parse("https://www.google.com/search?q=test") fmt.Println(r.Type, r.Label) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231011203653-ffbb755a21cdlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shopify-goreferrer — go get shopify-goreferrer · libregistry