From 2b451a9e491ddf620d7daf05d50004b48ab046db Mon Sep 17 00:00:00 2001 From: chenxinquan Date: Tue, 8 Nov 2022 16:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BADoctor=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E4=BA=8E=E7=AE=A1=E7=90=86=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=9A=84Explorer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/genmai/Doctor.go | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/genmai/Doctor.go diff --git a/src/genmai/Doctor.go b/src/genmai/Doctor.go new file mode 100644 index 0000000..634fcba --- /dev/null +++ b/src/genmai/Doctor.go @@ -0,0 +1,36 @@ +//////////////////////////////////////////////////////////////// +// +// Filename: Doctor.go +// +// Version: 1.0 +// Created: 2022年11月08日 16时07分33秒 +// Revision: none +// Compiler: go +// +// Author: alpha +// Organization: alpha +// Contacts: chenxinquan@kylinos.com +// +//////////////////////////////////////////////////////////////// + +//////////////////////////////////////////////////////////////// +// Description: +//////////////////////////////////////////////////////////////// + +//////////////////////////////////////////////////////////////// +// Log: +//////////////////////////////////////////////////////////////// + +//////////////////////////////////////////////////////////////// +// Todo: +// +//////////////////////////////////////////////////////////////// + +package genmai + +type Singleton interace { +} + +type doctor struct { +} +