/opsassit

Primary LanguageGoMIT LicenseMIT

OpsAssist

The project is intended to simplify the life of support engineers in checking configuration files for updates

Development

Dependencies

Getting started

  • Clone this is project on pc
  • Go to the project's working directory and download dependencies
    go mod download
  • Make improvements
  • Run building
    go build -o opsassist main.go

Tests

Full test run

go test ./tests -v

Example of running a separate test by name DiffCmd

go test ./tests -v -run DiffCmd

Authors and acknowledgment

Author: Dmitry Sidyuk