What is go cron?
https://blog.golang.org/pkg.go.dev-2020
What is go cron?
To understand go cron: small example. https://play.golang.org/p/VRMvjWgRid1 It is not very mature library, but not many choices to use for automating background tasks.
Build group consensus
The party was so boring that half of the participants left early. It’s kinda hard to get used to party culture Expressions of Agreeing ex. How about going to grab...
개인 블로그에 커스텀 도메인 적용하기
GOPRIVATE 설정하여 private repo 에 올려진 library 참조하기
Background Code Reusability, Deduplication의 측면에서 프로젝트마다 공통된 로직들(ex. error handler 또는 일부 middleware, util성 함수들)을 통합하고자 공용 private 라이브러리를 제작하였다. private repository다 보니, 일부 설정을 바꿔주거나, docker의 경우에는 credential을 추가해줘야되는...