mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-03-05 23:17:02 -05:00
chore: update build tag
This commit is contained in:
parent
6de8f74170
commit
6088f7da5a
2
path.go
2
path.go
@ -1,4 +1,4 @@
|
|||||||
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
|
// +build !windows
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import "testing"
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
func TestGetRealPath(t *testing.T) {
|
func TestGetRealPath(t *testing.T) {
|
||||||
type args struct {
|
type args struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user