From 1870a5576ac516e75356d87090ab4b8339baf1b5 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期五, 14 二月 2020 10:41:09 +0800 Subject: [PATCH] add use time log sender --- run.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/run.go b/run.go index 90de849..cef375d 100644 --- a/run.go +++ b/run.go @@ -66,7 +66,7 @@ } // Create Reid -func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]interface{}) interface{} { +func Create(config string, typ, id string, gpu int, shm bool, fn func(...interface{}), reserved map[string]interface{}) interface{} { cfg, err := common.ReadConfig(config) if err != nil { -- Gitblit v1.8.0