Added Hugo-Module (#650)
* Updated Gitignore * Added GoModule * fixed typo * Updated Module-Name Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
1ca18416d1
commit
bd10f18553
2 changed files with 10 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,4 +2,6 @@
|
|||
node_modules/
|
||||
.DS_Store
|
||||
.history/
|
||||
resources/
|
||||
resources/
|
||||
public/
|
||||
.hugo_build.lock
|
7
go.mod
Normal file
7
go.mod
Normal file
|
@ -0,0 +1,7 @@
|
|||
module github.com/hugo-toha/toha
|
||||
|
||||
go 1.12
|
||||
|
||||
// require(
|
||||
|
||||
// )
|
Loading…
Add table
Add a link
Reference in a new issue