This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
Patrick
/
rpn.supertraderfx-cn
보기
1
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
1
위키
Activity
소스 검색
enfore template file suffix
tags/v0.5
patrick
5 년 전
부모
69ab80ed3a
커밋
d71ce696e4
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db_crud.go
+ 1
- 1
db_crud.go
파일 보기
@@ -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…
취소
저장