Skip to content

Commit ecfd204

Browse files
author
thisisaaronland
committed
add a note about compiled / not compiled code
1 parent cb9ef34 commit ecfd204

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
Go package for working with Who's On First GitHub repositories.
44

5-
## Install
5+
## Important
66

7-
You will need to have both `Go` (specifically version [1.12](https://golang.org/dl/) or higher) and the `make` programs installed on your computer. Assuming you do just type:
8-
9-
```
10-
make tools
11-
```
12-
13-
All of this package's dependencies are bundled with the code in the `vendor` directory.
7+
Here's a weird thing. If you try to use this code, either via the CLI tools or in your own packages, using `go run ... ` it will fail with incomprehensible "bad file descriptor" errors whenever the `google/go-github` code tries to make an HTTP request. If you compile things and run the same code as a binary everything works fine. Computers, amirite?
148

159
## Tools
1610

0 commit comments

Comments
 (0)