Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HTTP Negotiation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Network
HTTP Negotiation
Compare revisions
v1.0.2 to v1.0.3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
oss/libraries/go/network/http-negotiation
Select target project
No results found
v1.0.3
Select Git revision
Swap
Target
oss/libraries/go/network/http-negotiation
Select target project
oss/libraries/go/network/http-negotiation
1 result
v1.0.2
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
bugfix doc
· dd0bffae
Volker Schukai
authored
2 years ago
dd0bffae
Bump version to 1.0.3
· 1465cf37
Volker Schukai
authored
2 years ago
1465cf37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
release.json
+1
-1
1 addition, 1 deletion
release.json
with
2 additions
and
2 deletions
README.md
View file @
1465cf37
...
...
@@ -3,7 +3,7 @@
## Installation
```
shell
go get gitlab.schukai.com/oss/libraries/go/
application
/http-negotiation
go get gitlab.schukai.com/oss/libraries/go/
network
/http-negotiation
```
**Note:**
This library uses
[
Go Modules
](
https://github.com/golang/go/wiki/Modules
)
to manage dependencies.
...
...
This diff is collapsed.
Click to expand it.
release.json
View file @
1465cf37
{
"version"
:
"1.0.
2
"
}
{
"version"
:
"1.0.
3
"
}
This diff is collapsed.
Click to expand it.