-
### What version of Go are you using (`go version`)?
$ go version
go version go1.22.0 linux/amd64
### Does this issue reproduce with the latest release?
### What operating system…
-
Same as https://github.com/dave/forky/issues/5 but for the `flag` package.
-
Sometimes a test need to call `os.Chdir()`. Here is a bare minimum implementation of what's needed from a test to do that:
```go
oldwd, err := Getwd()
if err != nil {
…
-
```
autoreadme
Could not create README.md for /Users/john/git/bitfield/script because: Not in go root or element of $GOPATH: /Users/john/git/bitfield/script
```
-
Thanks for a great project!
I am currently creating a per-package Markdown template so that I can set the top-level title to a human-readable string that is more descriptive than the package name a…
jpap updated
6 months ago
-
There is PR in Macports lowering supported macOS to 10.9: https://github.com/macports/macports-ports/pull/21935
It is perhaps unfeasible to support older OS in the current version of `pyobjc`, but fr…
-
Provide a GoDoc badge for gophers to add to our README files alongside the badges for Continuous Integration, Code Coverage, etc.
The [Sheilds.io](https://github.com/gittip/shields.io) project provid…
-
I've tried running `make` a number of times, but I cannot seem to satisfy all of the missing dependencies.
I've added the following lines to the `Makefile`:
```
go get -v github.com/divan/autorea…
-
Parse the source code looking for flag.String, flag.VarInt, flag.Usage etc and pull out essential information to generate command line flag documentation.
Example input (github.com/mewmew/playground/…
-
"For every hour of code you write, spend an hour writing your README"
https://medium.com/@cwRichardKim/how-to-get-hundreds-of-stars-on-your-github-project-345b065e20a2
I know that the godoc documenta…