glycerine / zygomys

Zygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.
https://github.com/glycerine/zygomys/wiki
BSD 2-Clause "Simplified" License
1.71k stars 81 forks source link

Fix repo location for goconvey #30

Closed stevenpeh closed 6 years ago

stevenpeh commented 6 years ago

glycerine/goconvey have been relocated to smartystreets/goconvey. Unfortunately a number of glycerine repos still have code dependency to the deprecated goconvey URL. This is to fix that.

glycerine commented 6 years ago

glycerine/goconvey was made public to fix this.