Skip to content

從一個驗證帳號服務的需求逐步重構至易於測試

Notifications You must be signed in to change notification settings

DeanXu2357/di_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang DI 練習

從一個驗證帳號服務的需求逐步重構至易於測試

commands

  • build
    go build -o main main.go

  • execute without build
    go run main.go

  • run test
    go test ./...

  • generate mocks
    (should install this before run command)
    go generate ./...

About

從一個驗證帳號服務的需求逐步重構至易於測試

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages