| author | |
| committer | |
| log | c978bee6fae82eaed3bc463377a6515cbcd8b277 |
| tree | c2d9579762abee9e3a129d7067089591b51f80bd |
| parent | dc237909b513307daadee1f049bac8d350624115 |
1 files changed, 4 insertions(+), 0 deletions(-)
README.md+4| ... | @@ -72,6 +72,10 @@ pub fn build(b: *Builder) void { | ... | @@ -72,6 +72,10 @@ pub fn build(b: *Builder) void { |
| 72 | exe.install(); | 72 | exe.install(); |
| 73 | ``` | 73 | ``` |
| 74 | 74 | ||
| 75 | ## Prior Art | ||
| 76 | - https://golang.org/ref/mod#go-mod-file | ||
| 77 | - https://github.com/mattnite/zkg | ||
| 78 | |||
| 75 | ## Contact | 79 | ## Contact |
| 76 | - hello@nektro.net | 80 | - hello@nektro.net |
| 77 | - https://twitter.com/nektro | 81 | - https://twitter.com/nektro |