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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Nagel <lukas@lna-dev.net>2022-10-12 21:46:25 +0300
committerGitHub <noreply@github.com>2022-10-12 21:46:25 +0300
commitbd10f18553fd29963e29b27758deb487f848a80e (patch)
tree15aaa52bea91cd4e21f3bfd7304653bcbb7111ea
parent1ca18416d1020067ec82c88214a0ca8b9d149f36 (diff)
Added Hugo-Module (#650)
* Updated Gitignore * Added GoModule * fixed typo * Updated Module-Name Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
-rw-r--r--.gitignore4
-rw-r--r--go.mod7
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 700de0f..43c3d1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,6 @@
node_modules/
.DS_Store
.history/
-resources/ \ No newline at end of file
+resources/
+public/
+.hugo_build.lock \ No newline at end of file
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..639055f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module github.com/hugo-toha/toha
+
+go 1.12
+
+// require(
+
+// ) \ No newline at end of file