github.com/KEINOS/go-countline@v1.1.1-0.20221217083629-60710df7606b/cl/_gen/README.md (about)

     1  # Generator
     2  
     3  This directory contains the code to generate the test data.
     4  
     5  To keep the repository size small, most of the test data is left uncommitted.
     6  You must generate it yourself before testing and benchmarking.
     7  
     8  ```shellsession
     9  $ # From the root of the repository
    10  $ go generate ./...
    11  ...
    12  ```