This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
Patrick
/
rpn.supertraderfx-cn
보기
1
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
1
위키
Activity
소스 검색
remove debug info
tags/v0.5
patrick
5 년 전
부모
11d5474416
커밋
27d9ed2477
1개의 변경된 파일
과
0개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
db.go
+ 0
- 2
db.go
파일 보기
@@ -2,7 +2,6 @@ package main
import (
"database/sql"
"fmt"
"log"
"net/http"
"strconv"
@@ -24,7 +23,6 @@ func (m *TransactionDB) conn(c AppConfig) error {
panic(err.Error())
}
m.h = h
fmt.Printf("%x", h)
return err
}
Write
Preview
Loading…
취소
저장