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 import path
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
265883d6ba
commit
022c186a28
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/crypto/ssh/keys_test.go
+1
-1
modules/crypto/ssh/session_test.go
+1
-1
modules/crypto/ssh/testdata_test.go
+ 1
- 1
modules/crypto/ssh/keys_test.go
View File
@@ -17,7 +17,7 @@ import (
"strings"
"testing"
"github.com/gogits/gogs/modules/ssh/testdata"
"github.com/gogits/gogs/modules/
crypto/
ssh/testdata"
)
func rawKey(pub PublicKey) interface{} {
+ 1
- 1
modules/crypto/ssh/session_test.go
View File
@@ -16,7 +16,7 @@ import (
"net"
"testing"
"github.com/gogits/gogs/modules/ssh/terminal"
"github.com/gogits/gogs/modules/
crypto/
ssh/terminal"
)
type serverType func(Channel, <-chan *Request, *testing.T)
+ 1
- 1
modules/crypto/ssh/testdata_test.go
View File
@@ -12,7 +12,7 @@ import (
"crypto/rand"
"fmt"
"github.com/gogits/gogs/modules/ssh/testdata"
"github.com/gogits/gogs/modules/
crypto/
ssh/testdata"
)
var (
Write
Preview
Loading…
Cancel
Save