Categorygithub.com/codecrafters-io/git-tester
module
0.0.0-20240919152919-3d25e8d3b38d
Repository: https://github.com/codecrafters-io/git-tester.git
Documentation: pkg.go.dev

# README

Git Challenge Tester

This is a program that validates your progress on the Git challenge.

Requirements for binary

  • Following environment variables:
    • CODECRAFTERS_SUBMISSION_DIR - root of the user's code submission
    • CODECRAFTERS_TEST_CASES_JSON - test cases in JSON format

User code requirements

  • A binary named your_git.sh that executes the Git command.
  • A file named codecrafters.yml, with the following values:
    • debug

# Packages

No description provided by the author