Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoTestModule2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-31 19:06:37 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-31 19:06:37 +0300
commit9657d7697877a45b8d41179418b250746c30261e (patch)
tree5da6d87e5782c2c83297dbf88ae3f592e8da8010
parentb88b807747d66c362c3f8cba8adc48b14e0c9440 (diff)
Move to gohugoio
1 file changed, 3 insertions(+) create mode 100644 go.mod ➜ hugoTestModule2 git:(master) git push Enumerating objects: 9, done. Counting objects: 100% (9/9), done. Delta compression using up to 16 threads Compressing objects: 100% (5/5), done. Writing objects: 100% (8/8), 1.56 KiB | 1.56 MiB/s, done. Total 8 (delta 1), reused 0 (delta 0) remote: Resolving deltas: 100% (1/1), done. To github.com:bep/hugoTestModule2.git bb1623f..b88b807 master -> master ➜ hugoTestModule2 git:(master) cd .. ➜ gohugoio rm -rf hugoTestModule2 ➜ gohugoio git clone git@github.com:gohugoio/hugoTestModule2.git Cloning into 'hugoTestModule2'... remote: Enumerating objects: 13, done. remote: Counting objects: 100% (13/13), done. remote: Compressing objects: 100% (9/9), done. remote: Total 13 (delta 2), reused 8 (delta 1), pack-reused 0 Receiving objects: 100% (13/13), done. Resolving deltas: 100% (2/2), done. ➜ gohugoio cd hugoTestModule2 ➜ hugoTestModule2 git:(master) ls -ltr total 24 -rw-r--r-- 1 bep staff 1077 Jan 31 17:05 LICENSE -rw-r--r-- 1 bep staff 59 Jan 31 17:05 README.md -rw-r--r-- 1 bep staff 47 Jan 31 17:05 go.mod drwxr-xr-x 3 bep staff 96 Jan 31 17:05 templates ➜ hugoTestModule2 git:(master) more go.mod module github.com/bep/hugoTestModule2q
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5293f1e..48a90c0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/bep/hugoTestModule2
+module github.com/gohugoio/hugoTestModule2
go 1.13