Skip to content

v1.2.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 24 Jun 14:02
· 7 commits to master since this release
cfd803f
Adding "func" types (#10)

The `type` now allows functions, such as "func () bool". The `returns` can be used to return such a function and the contents can contain references to other services like all other Go expressions.