Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philhofer/fwd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: philhofer/fwd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 22, 2021

  1. tinygo support

    bradleypeabody authored and philhofer committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    5c56ac6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Fix invalid usage of reflect.SliceHeader

    Using plain reflect.SliceHeader struct violates unsafe pointer 6th rule.
    cuonglm authored and philhofer committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8be6da3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Fix panic in Reader.more() because of an unchecked error from the und…

    …erlying reader.
    
    Fixes #25
    kamstrup authored and philhofer committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b411808 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. gofmt code for current go versions

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and philhofer committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e22748b View commit details
    Browse the repository at this point in the history
  2. fix some godoc strings, and add doc links

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and philhofer committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    7706de0 View commit details
    Browse the repository at this point in the history
  3. README: re-generate, some manual fixes, add doc reference badge

    The godoc2md tool has been deprecated, and is no longer maintained; it
    has some bugs which prevent it from generating correct links (so I removed
    those).
    
    Added a badge to the documentation on pkg.go.dev, which perhaps should be
    used as replacement for the docs in the README itself.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and philhofer committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ead0d75 View commit details
    Browse the repository at this point in the history
  4. add go.mod

    I used go1.14 as version, to match other projects consuming this
    module (e.g. github.com/tinylib/msgp).
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and philhofer committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    2ae61b8 View commit details
    Browse the repository at this point in the history
Loading