개요이전 import cycle not allowed 에러를 인터페이스를 활용해 해결https://dogfootman.com/9 [Go] import cycle not allowed - 예제개요import cycle not allowed가 발생하는 경우+---------------------+ +----------------------+| user 패키지 | | board 패키지 || | | || +-----------------+ | | +------------------+ || | User Struct | | | | Post Struct | || +-----------------+ |dogfootman.com 1. 프로젝트 구조/dependency2│├── main.go├── user│ └─..