Inflearn Community Q&A
No author
This post's author information has been deleted.
1분24초에 go run .를 실행할때 filepath에러
Resolved
Written on
·
488
0
main에서 filePath에 "./config.toml" 경로를 전달하면 config.go에서 NewConfig함수를 실행할 때 os.Open에 ./cofig.toml은 결국 config.go가 현재경로 기준이 되는게 아닌가요?
awsgocrudpostman-mocks






답변 감사합니다 ㅎㅎ