Extracts timing information from LS-DYNA message file
$ lsti mes0000
To install, use go get
:
$ go get gitlab.com/shnaki/lsti
- Fork
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
go fmt ./...
- Create a new Pull Request
- Write tests
- Refactor code