This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix test custom import path
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
022c186a28
commit
9ed20bde88
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/crypto/ssh/agent/client.go
+1
-1
modules/crypto/ssh/doc.go
+1
-1
modules/crypto/ssh/terminal/util.go
+1
-1
modules/crypto/ssh/test/doc.go
+1
-1
modules/crypto/ssh/testdata/doc.go
+ 1
- 1
modules/crypto/ssh/agent/client.go
View File
@@ -8,7 +8,7 @@
References:
[PROTOCOL.agent]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.agent?rev=HEAD
*/
package agent
// import "golang.org/x/crypto/ssh/agent"
package agent
import (
"bytes"
+ 1
- 1
modules/crypto/ssh/doc.go
View File
@@ -15,4 +15,4 @@ References:
[PROTOCOL.certkeys]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD
[SSH-PARAMETERS]: http://www.iana.org/assignments/ssh-parameters/ssh-parameters.xml#ssh-parameters-1
*/
package ssh
// import "golang.org/x/crypto/ssh"
package ssh
+ 1
- 1
modules/crypto/ssh/terminal/util.go
View File
@@ -14,7 +14,7 @@
// panic(err)
// }
// defer terminal.Restore(0, oldState)
package terminal
// import "golang.org/x/crypto/ssh/terminal"
package terminal
import (
"io"
+ 1
- 1
modules/crypto/ssh/test/doc.go
View File
@@ -4,4 +4,4 @@
// This package contains integration tests for the
// golang.org/x/crypto/ssh package.
package test
// import "golang.org/x/crypto/ssh/test"
package test
+ 1
- 1
modules/crypto/ssh/testdata/doc.go
View File
@@ -5,4 +5,4 @@
// This package contains test data shared between the various subpackages of
// the golang.org/x/crypto/ssh package. Under no circumstance should
// this data be used for production code.
package testdata
// import "golang.org/x/crypto/ssh/testdata"
package testdata
Write
Preview
Loading…
Cancel
Save