Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.
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: fatih/structs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: whitecypher/structs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on May 27, 2015

  1. Also recurse through []struct slices

    Merten van Gerven committed May 27, 2015
    Configuration menu
    Copy the full SHA
    0cb3a6b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Removed debug output

    Merten van Gerven committed May 28, 2015
    Configuration menu
    Copy the full SHA
    7fef69e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Also handle arrays

    Merten van Gerven committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    e959e3e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Merge branch 'master' of github.com:fatih/structs

    * 'master' of github.com:fatih/structs: (25 commits)
      struct: add comment about the if clause
      nest into struct for slice of pointer of struct
      fix: panic when passing pointer to pointer as param
      field: test CanSet failure
      fixed flatten documentation
      Will not panic on interface type in struct. (#62)
      structs: add support for map and slice type
      Fix set value on nested field
      Fix some methods' descriptions to match code
      Fix print verb in a test
      created flatnested tag to convert the anonymous field in a flat map (#46)
      [Typo] Fixes a typo in field.go
      Update .travis.yml
      structs: add tests for FillMap
      Add FillMap(s interface{}, out map[string]interface{})
      README.md: make example better
      Update field.go
      use stringer if string tag option is used
      fix typos
      updated the fix to avoid performance impact (PR #40)
      ...
    Merten van Gerven committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    2a9b3b0 View commit details
    Browse the repository at this point in the history
Loading