分类 golang articles

跨域相关

原文接接 跨域资源共享(Cross-Origin Resource Sharing) 跨域资源共享(CORS)是一种机制,它使用额外的 HTTP 头来告诉浏览器使运行于一个源上的 web 应用程……

Continue reading

尝试在Go中整理架构

[原文] Trying Clean Architecture on Golang 在阅读鲍伯大叔的 清理架构概念 之后,我尝试使用 Golang 实现它。这和我在我们公司使用的架构类似,Kurio - App Berita Indonesia,……

Continue reading

如何在Go项目中传递共享资源

原文 在上一篇文章,我们探索了可以被应用于任何 web 应用程序的整体架构,为 todo app 构建了一个静态 JSON API,在这个文章中,我们介绍每个 web 应用的重要部分。……

Continue reading