GitXplorerGitXplorer
k

hello-api

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
56117f22cb10ec5870c479da16fe0ad38b49c966

Merge pull request #3 from keirwhitlock/task/add-static-check

kkeirwhitlock committed 8 months ago
Unverified
4fa703c2829f3ac9eb205d6a3334b0eed65ac9b0

Adding Translator interface.

kkeirwhitlock committed 8 months ago
Unverified
e175c5c883685a9f9767269a8743c48bb2efd345

Adding lint

kkeirwhitlock committed 8 months ago
Unverified
c1b80c95cd60d92fb132169c5cfc3486e6823707

Adding lint

kkeirwhitlock committed 8 months ago
Unverified
5d627adc493e60f3bb4ed7f7a473015e71b5361c

Adding code analysis

kkeirwhitlock committed 8 months ago
Verified
824735635d225057ac8c297a9a2d34a07c3c28e8

Merge pull request #2 from keirwhitlock/task/quality-check-enforcement-formatting

kkeirwhitlock committed 8 months ago

README

The README file for this repository.

Hello API

Release Milestones

go mod init github.com/keirwhitlock/hello-api

V0 (1 day)

  • [ ] Onboarding Documentation
  • [ ] Simple API response (hello world)
  • [ ] Unit Tests
  • [ ] Running somewhere other than the dev machine

V1 (7 days)

  • [ ] Create transition endpoint
  • [ ] Store translations in short-term storage
  • [ ] Call existing service for translation
  • [ ] Move towards long-term storage

Setup

Install Go

sudo make setup

Upgrade Go

sudo make install-go