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 { +} +