Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 383 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 383 Bytes

Checkout

A checkout system for a computer store

Tech

Checkout is written in golang with IntelliJ IDEA

Installation of Golang

https://golang.org/doc/install

Running Tests

clone at ~/src/github.com/gauravthadani/checkout

cd checkout
go test ./... -v

Running

clone at ~/src/github.com/gauravthadani/checkout

cd checkout
go run main.go