From 7c8b53e810df81e1d4eb86d63cabf4d878c3b4b3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 18 Mar 2022 00:36:24 +0000 Subject: refactor: update organization name --- Makefile | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d3f57a6..d358933 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ fmt: - go fmt github.com/fuwn/capybara... + go fmt github.com/gemrest/capybara... run: fmt - go run github.com/fuwn/capybara + go run github.com/gemrest/capybara build: fmt go build diff --git a/go.mod b/go.mod index 0f1fe40..f88c731 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/fuwn/capybara +module github.com/gemrest/capybara go 1.15 -- cgit v1.2.3