Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 263 Bytes

golang-simple-tdd-crud

A simple unit test for crud, using sqlmock and template packages.

Start

After installation of the dependencies and set your DB config, run main file

go run main.go

Open your browser and run localhost on Port 8080.