Skip to content

Instantly share code, notes, and snippets.

View yloiseau's full-sized avatar

Yannick Loiseau yloiseau

View GitHub Profile
@yloiseau
yloiseau / golo_macros.md
Last active January 22, 2017 18:04
List of my gists about Golo macros
augmentedStruct human = {
fields = {
firstName,
lastName
}
methods = {
function hello = |this| {
println("hello")