Skip to content

kingapc/u-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Go and Go tool into VS Code

Postman set up

  1. Restore the collection located in ./api/collections
  2. Follow the steps in Postman to restore the Collection.json

Run APP

  1. Go to ./cmd/library directory
  2. Execute the command go run .

Run Unit Testing Recursively

  1. Execute the command go test -v ./...

Run Unit Testing by Directory

  1. Execute the command go test "directory-name"
  2. i.e go test -v ./test/db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages