Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.29 KB

got

A tool to run Go with Python environment configured.

Build Status codecov GitHub go.mod Go version GitHub commits GitHub release Go Report Card Go Reference

Features:

  • Don't need to install Go and Python, just need to download got
  • Create a project with Go and Python environment configured
  • Build, run, install Go packages with Python environment configured
  • Compatible with Windows, Linux, MacOS

Installation

go install github.com/gotray/got/cmd/got@latest

Initialize a project

got init myproject
cd myproject

Run project

got run .