You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BUILDING.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,6 @@ This procedure is intended for experts and people who want to help develop `git-
45
45
46
46
It is also possible to cross-compile for other platforms that are supported by Go. See the comments in the `Makefile` for more information.
47
47
48
-
Note that this procedure uses a project-local `GOPATH`. This means that you can clone the repository anywhere. The disadvantage is that Go tools need to know about this `GOPATH`. The `Makefile` and the scripts under `scripts/` take care of this automatically. But if you want to run `go` commands by hand, either first set your `GOPATH`:
49
-
50
-
export GOPATH="$(pwd)/.gopath"
51
-
52
-
Or use `script/go` and `script/gofmt` rather than `go` and `gofmt`, respectively.
53
-
54
-
Unfortunately, some Go tools get confused by the symlink that is used to make the project-local `GOPATH` work. If you have this problem, it sometimes helps to run such commands from `.gopath/src/github.com/github/git-sizer/`. Alternatively, clone the project into the traditional place in your normal `GOPATH`.
0 commit comments