-
Updated
Sep 7, 2021 - Go
golang-library
Here are 2,059 public repositories matching this topic...
-
Updated
Sep 8, 2021 - Go
-
Updated
Sep 8, 2021 - Go
-
Updated
Sep 7, 2021 - Go
-
Updated
Sep 8, 2021 - Go
-
Updated
Sep 8, 2021 - Go
-
Updated
Sep 3, 2021
-
Updated
Sep 7, 2021 - Go
-
Updated
Aug 25, 2021 - Go
Right now the type for dflag.DynJSON
has to be &someType
and can't be directly []someType
forcing you to create an extra
type someTypeList struct {
List []someType
}
// to pass to
myList := dflag.DynJSON(flag.CommandLine, "mylist", &someTypeList{}, "...t")
instead of directly
-
Updated
Aug 6, 2021 - Go
-
Updated
Sep 1, 2021 - Go
-
Updated
Mar 27, 2021 - Go
-
Updated
Jul 5, 2021 - Go
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 23, 2021 - Go
-
Updated
Sep 2, 2021 - Go
-
Updated
Jul 28, 2021 - Go
-
Updated
Sep 3, 2021 - Go
-
Updated
Aug 17, 2021 - Go
-
Updated
Sep 3, 2021 - Go
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.
It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).
-
Updated
Jan 12, 2020 - Go
-
Updated
Jun 17, 2021 - Go
-
Updated
Sep 6, 2021 - Go
**Is your feature request related to a problem?
Sometimes you need to reset the already uploaded files database, in order to start uploading files from scratch. Currently you are forced to remove ~/.config/gphotos-uploader-cli/uploads.db
folder.
Describe the solution you'd like
It would be great to have a command that reset this database for you.
**Describe alternatives you've consi
Improve this page
Add a description, image, and links to the golang-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the golang-library topic, visit your repo's landing page and select "manage topics."
GenMarkdownTreeCustom has a way to a header (
filePrepender
arg), however there is not a first class way to add a footer.