mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #94] [MERGED] Travis Build Fixed #144
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/94
Author: @antwal
Created: 4/15/2019
Status: ✅ Merged
Merged: 4/15/2019
Merged by: @mmatczuk
Base:
master← Head:master📝 Commits (4)
c17bb97Fixed golint, Added DS_Store to git ignoredb2c63aRemoved megacheck, Added staticcheck75886c0Updated Deps31bc0a8Fixed .check-fmt, .check-lint, ifne not working on OSX📊 Changes
152 files changed (+9482 additions, -922 deletions)
View changed files
📝
.gitignore(+3 -0)📝
Gopkg.lock(+69 -9)📝
Gopkg.toml(+3 -7)📝
Makefile(+47 -36)📝
vendor/github.com/cenkalti/backoff/.travis.yml(+2 -1)📝
vendor/github.com/cenkalti/backoff/README.md(+1 -1)📝
vendor/github.com/cenkalti/backoff/backoff.go(+1 -1)📝
vendor/github.com/cenkalti/backoff/context.go(+7 -4)📝
vendor/github.com/cenkalti/backoff/context_test.go(+1 -2)📝
vendor/github.com/cenkalti/backoff/example_test.go(+1 -2)📝
vendor/github.com/cenkalti/backoff/exponential.go(+4 -7)📝
vendor/github.com/cenkalti/backoff/retry.go(+8 -4)📝
vendor/github.com/cenkalti/backoff/retry_test.go(+1 -2)📝
vendor/github.com/cenkalti/backoff/ticker.go(+7 -6)📝
vendor/github.com/cenkalti/backoff/ticker_test.go(+5 -2)📝
vendor/github.com/cenkalti/backoff/tries.go(+2 -2)📝
vendor/github.com/cenkalti/backoff/tries_test.go(+2 -2)📝
vendor/github.com/golang/mock/.travis.yml(+3 -3)📝
vendor/github.com/golang/mock/README.md(+89 -7)📝
vendor/github.com/golang/mock/gomock/call.go(+232 -70)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.