Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 529 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 529 Bytes

Go-Aiken

---

This modules function is to read aiken format in GoLang

alt text
AIKEN SOURCE

alt text
AIKEN RESULT


How to use

  1. install go get github.com/aldinokemal/go-aiken
  2. import in your file import aiken github.com/aldinokemal/go-aiken
  3. running script aiken.ReadAiken("path_file.txt")

see example for detail