mirror of
https://github.com/rjNemo/go-wiki
synced 2026-06-06 02:36:40 +00:00
gitgnore, params struc
This commit is contained in:
parent
658472a13f
commit
4f006256e3
5 changed files with 0 additions and 10 deletions
2
.env
2
.env
|
|
@ -1,2 +0,0 @@
|
|||
PORT=8080
|
||||
TMPLDIR=templates/
|
||||
1
.envTest
1
.envTest
|
|
@ -1 +0,0 @@
|
|||
PORT=6543
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +0,0 @@
|
|||
.gitignore
|
||||
.env
|
||||
go-wiki
|
||||
/templates/love.html
|
||||
/settings/.envTest
|
||||
.envTest
|
||||
BIN
go-wiki
BIN
go-wiki
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
<h1>Hi there, I love {{.Title}}</h1>
|
||||
Loading…
Reference in a new issue