Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 392 Bytes

go_prod

My first go API prod

Run project


1)add apiserver_passwords.toml file in configs for passwords config file.
It's possible to add it anywhere else, but path should be passed as a flag or in flag default value
2)run $ make in working directory to build executable file and then run it.

Run tests

run $make test