Skip to content

spendmail/face_comparison

Repository files navigation


  1. Service implementation:
  • fix all occurrences
  • implement new features

  1. Module init:
go mod init github.com/spendmail/stub
go mod tidy

  1. Linting & Testing:
golangci-lint run .
golangci-lint run ./...
go test -v -count=1 -race -timeout=1m .
go test -v -race -count=100 .
go test -v -count=1 -timeout=30s -tags bench .

  1. Checking module Availability
cd /tmp/
go get -v -d github.com/spendmail/stub@main

  1. Local run:
make build
make launch
curl -X GET 'http://localhost:8888/path/100/hello/stub'

  1. Run via docker-compose:
cd /tmp
git clone --branch main git@github.com:spendmail/go_stub.git stub
cd stub
make run
curl -X GET 'http://localhost:8888/path/100/hello/stub'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published