TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Nx-go, a plugin to use Go in a Nx workspace

2 点作者 beeman将近 5 年前

1 comment

beeman将近 5 年前
Hey there, today I created a plugin that enables using Go in a Nx Workspace.<p>For those if you unfamiliar with Nx: Nx combines a monorepo structure with CLI tools to develop and manage 1 or more applications and libraries in the same repo. It encourages code collaboration, unified testing, and optimizes builds and testing performance by caching.<p>I have been using Nx for most of my frontend and Node applications.<p>I&#x27;m now learning Go and having this plugin allows me to use it in a familiar structure.<p>Happy to answer any questions :)