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: fortio/log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.2
Choose a base ref
...
head repository: fortio/log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    30b6c26 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    2bd59ca View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Build tags for smaller binaries that don't need net/http or encoding/…

    …json (#63)
    
    * no_http/no_net and no_json buildtags 
    
    * adding info about no_json and github.com/Zxilly/go-size-analyzer/cmd/gsa
    
    * update comments and add test for nil *string
    
    * adding make coverage now that fortio/workflows#51 is done
    
    * added tests for struct etc
    
    * lint the no_json path too
    
    * json->JSON
    
    Co-authored-by: ccoVeille <[email protected]>
    
    * verify through test that byte = uint8 works and added log.Rune(k,v) to print 1 character as one would most likely expect
    
    * put variable in makefile for go so I can run 'make GO_BIN=go1.23rc1'
    
    ---------
    
    Co-authored-by: ccoVeille <[email protected]>
    ldemailly and ccoVeille authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4f63076 View commit details
    Browse the repository at this point in the history
Loading