active-directory,extensibility,dsml
You should really be building an ECMA on top of the ECMA v2 framework which doesn't require these files. If you want to build a legacy ECMA for some reason, delimited is a simple delimited file - line 1 should be your column names (e.g. ID|FirstName|Surname|Email) and subsequent rows should...
go,extensibility,eventemitter,plugin-architecture
In general, in Go, if you need events you probably need to use channels, but if you need plugins, the way to go is interfaces. Here's a bit lengthy examlpe of a simple plugin architecture that minimizes the code that needs to be written in the app's main file to...