This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
rpn.supertraderfx-cn
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
enfore template file suffix
tags/v0.5
patrick
5 years ago
parent
69ab80ed3a
commit
d71ce696e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db_crud.go
+ 1
- 1
db_crud.go
View File
@@ -15,7 +15,7 @@ type Employee struct {
City string
}
var tmpl = template.Must(template.ParseGlob("form/*"))
var tmpl = template.Must(template.ParseGlob("form/*
.tmpl
"))
func dbConn() (db *sql.DB) {
dbDriver := Config.DB.Driver
Write
Preview
Loading…
Cancel
Save