diff options
| author | lhchavez <[email protected]> | 2021-09-04 14:14:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-04 14:14:47 -0700 |
| commit | 2077003fa5b9689e44a8c8956639f0b424af0d96 (patch) | |
| tree | d481cad559fed7d1029d196d58210353ad2fffaf /remote.go | |
| parent | d4524761d9e08ba5430f5a94f56648c1ef0f651c (diff) | |
Prepare for the v1.2.0 release (#796)
This change adds a few more deprecation messages just before we remove
them.
Diffstat (limited to 'remote.go')
| -rw-r--r-- | remote.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,9 +30,9 @@ const ( // RemoteCreateOptions contains options for creating a remote type RemoteCreateOptions struct { - Name string - FetchSpec string - Flags RemoteCreateOptionsFlag + Name string + FetchSpec string + Flags RemoteCreateOptionsFlag } type TransferProgress struct { |
