소스 검색

update

tags/v2.0.0
DengBiao 2 년 전
부모
커밋
4672120a9d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      coupon_test.go

+ 2
- 0
coupon_test.go 파일 보기

@@ -3,10 +3,12 @@ package zyos_go_coupon
import (
"code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/db"
"code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/md"
"fmt"
"testing"
)

func TestCouponCommCheck(t *testing.T) {
fmt.Println(">>>>>>>>>>>>>>>>>>>>>>")
err := Init("119.23.182.117:3306", "fnuoos_test1", "root", "Fnuo123com@")
if err != nil {
t.Errorf("Reverse == %s", err)


불러오는 중...
취소
저장