From 3bc993d522846c84db5ac06ad920c0b77660b238 Mon Sep 17 00:00:00 2001 From: Jonathan Suever <653357+suever@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:27:42 -0500 Subject: [PATCH] GitHub organization update to massive-com --- LICENSE | 2 +- README.md | 2 +- example_unmarshal_test.go | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index c947af9..e1b7016 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Polygon.io +Copyright (c) 2025 Massive.com, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 28b97ff..9fb92ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # xbrl-parser -[![GoDoc](https://godoc.org/github.com/polygon-io/xbrl-parser?status.svg)](https://godoc.org/github.com/polygon-io/xbrl-parser) +[![GoDoc](https://godoc.org/github.com/massive-com/xbrl-parser/v2?status.svg)](https://godoc.org/github.com/massive-com/xbrl-parser/v2) A Go library to parse xbrl documents into their facts, contexts, and units. diff --git a/example_unmarshal_test.go b/example_unmarshal_test.go index 782a3b7..5abdf74 100644 --- a/example_unmarshal_test.go +++ b/example_unmarshal_test.go @@ -4,7 +4,7 @@ import ( "encoding/xml" "fmt" - "github.com/polygon-io/xbrl-parser" + "github.com/massive-com/xbrl-parser/v2" ) const doc = ` diff --git a/go.mod b/go.mod index 571e430..16c7137 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/polygon-io/xbrl-parser +module github.com/massive-com/xbrl-parser/v2 go 1.16