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: ccoVeille/go-safecast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: ccoVeille/go-safecast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 29, 2025

  1. chore: fix invalid go build tag

    The syntax is 386, not i386.
    ccoVeille committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    0baa892 View commit details
    Browse the repository at this point in the history
  2. feat: use quotes when reporting issue with string conversion (#125)

    I faced an issue when testing with "string" string
    Then I realized that using quotes would make it clearer.
    
    I chose to use %#q (so backticks are used when possible) for a better readability in logs, as it would avoid reporting with escaped quotes.
    ccoVeille authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    28158aa View commit details
    Browse the repository at this point in the history
Loading