From e922d179959deb30f3263ec34a2165eb18d6844b Mon Sep 17 00:00:00 2001 From: re Date: Thu, 15 Dec 2022 21:10:49 +0300 Subject: [PATCH] fix repo --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ea7fdb..ac00e21 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ with the `c2go` tool at https://github.com/andybalholm/c2go. I am using it in production with https://github.com/andybalholm/redwood. -API documentation is found at https://pkg.go.dev/github.com/andybalholm/brotli?tab=doc. +API documentation is found at https://pkg.go.dev/git.internal/re/brotli?tab=doc. diff --git a/go.mod b/go.mod index 1c94232..b3fde2c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/andybalholm/brotli +module git.internal/re/brotli go 1.12