github.com/hata/goseq@v0.0.0-20150316021154-a5ca66a92399/README.md (about)

     1  # GOSEQ
     2  
     3  The Go library to run SEQuential tasks
     4  
     5  # Usage
     6  
     7  Get library
     8  
     9  ```
    10    $ git get github.com/hata/goseq
    11  ```
    12  
    13  Then import in your code
    14  
    15  ```
    16    import "goseq"
    17  ```
    18  
    19  
    20