Skip to content
#

golang-package

Here are 1,197 public repositories matching this topic...

suyashkumar
suyashkumar commented Mar 14, 2021

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).

enhancement help wanted good first issue
panamafrancis
panamafrancis commented Mar 4, 2022

As a user i would like a command to aid in debugging parquet files. For instance I would like to obtain the following file stats in a single command:

  • compression algorithm
  • page type v1/v2?
  • row group size
  • author / created by
  • version
  • metadata
  • page size
  • total records /row count
  • any internal info that could help too
good first issue tooling

Improve this page

Add a description, image, and links to the golang-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the golang-package topic, visit your repo's landing page and select "manage topics."

Learn more