Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Add note about Gogradle's not conforming Golang convention
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Mar 4, 2017
1 parent 62dde4e commit 1563611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Gogradle is a gradle plugin which provides support for building golang.
- [Build Output and Cross Compile](./docs/cross-compile.md)
- [IDE Integration](./docs/ide.md)

> **NOTE** Gogradle doesn't conform Golang's global [workspace convention](https://golang.org/doc/code.html#Workspaces). It will generate a project-scoped GOPATH for each project instead of use the global one.

## Contributing

Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Gogradle是一个提供Go语言构建支持的Gradle插件。
- [构建输出与交叉编译](./docs/cross-compile-cn.md)
- [IDE支持](./docs/ide-cn.md)

> **注意** Gogradle不遵循Golang的全局[工作空间的约定](https://golang.org/doc/code.html#Workspaces)。它不使用全局的GOPATH,而是为每个项目生成一个独立的GOPATH。
## 向Gogradle贡献提出建议或贡献代码

若觉得不错,请Star。
Expand Down

0 comments on commit 1563611

Please sign in to comment.