mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
add comments, code refactor, fix typo
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"encoding/gob"
|
||||
)
|
||||
|
||||
// Clone deep-clones src object to dst object
|
||||
func Clone(src, dst interface{}) error {
|
||||
var buf bytes.Buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user