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: gorilla/websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: gorilla/websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 9 commits
  • 9 files changed
  • 9 contributors

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    836e821 View commit details
    Browse the repository at this point in the history
  2. typo (#583)

    dbaker-arch authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    ed9368d View commit details
    Browse the repository at this point in the history
  3. Fix a couple of small typo's (#567)

    Fixes a couple of small typo's in the example test docs.
    John Johnson III authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0a093fc View commit details
    Browse the repository at this point in the history
  4. input autofocus (#564)

    codenoid authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e90f6db View commit details
    Browse the repository at this point in the history
  5. Use empty struct to protect writing (#566)

    Using empty struct for signaling is more idiomatic
    compared to booleans because users might wonder
    what happens on false or true. Empty struct removes
    this problem.
    
    There is also a side benefit of occupying less memory
    but it should be negligible in this case.
    ferhatelmas authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    015e196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81cef7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d113569 View commit details
    Browse the repository at this point in the history
  8. docs: Fix typo. (#568)

    jongillham authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    8c288dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b65e629 View commit details
    Browse the repository at this point in the history
Loading