/lsti

Primary LanguageGo

lsti

Description

Extracts timing information from LS-DYNA message file

Usage

$ lsti mes0000

Installation

To install, use go get:

$ go get gitlab.com/shnaki/lsti

Contribution

  1. Fork
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run go fmt ./...
  7. Create a new Pull Request

TODO

  • Write tests
  • Refactor code