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: rsocket/rsocket-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7a49c4
Choose a base ref
...
head repository: rsocket/rsocket-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8065699
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 26, 2023

  1. Update installation instructions to use go install instead of go get (#…

    …131)
    
    go get no longer works and gives the error:
    
    ```
    % go get github.com/rsocket/rsocket-go
    go: go.mod file not found in current directory or any parent directory.
    	'go get' is no longer supported outside a module.
    	To build and install a command, use 'go install' with a version,
    	like 'go install example.com/cmd@latest'
    	For more information, see https://golang.org/doc/go-get-install-deprecation
    	or run 'go help get' or 'go help install'.
    ```
    awalterschulze authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    473989b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Configuration menu
    Copy the full SHA
    6a82fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8065699 View commit details
    Browse the repository at this point in the history
Loading