forked from go-git/go-git
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plumbing: serverinfo, move to transport package
It makes more sense to have this living in the transport package, as it is related to the transport layer.
- Loading branch information
1 parent
c9740f3
commit 15e2048
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plumbing/serverinfo/serverinfo_test.go → plumbing/transport/serverinfo_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package serverinfo | ||
package transport | ||
|
||
import ( | ||
"io" | ||
|