资料来源 https://github.com/luciotato/golang-notes/blob/master/OOP.md?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io Golang中的概念 Golang中引入了在Golang中独有的struct 和 interface,其意义和传统语言中的不同. 概念清单 Golang Classic OOP struct class with fields, only n
一直有计划将 Delphi 中的譬如 TIniFile 等相关功能移植到 Golang,这些设施在 Delphi 中(相对而言)比较常用,使用起来也非常方便. 虽然 Github 上早已有这些三方库,但我还是想仿照 Delphi 的做法来实现一套,并额外提供直接干脆的调用接口等. 代码已托管至 Github. // Copyright 2017 ecofast(无尽愿). All rights reserved. // Use of this source code is governed by