Merge pull request #21 from MaksimZhukov/v-mazhuk/fix-powerhell-issue-with-paths

Fix PowerShell issue with relative paths
pull/22/head 1.14.13-400018464
MaksimZhukov 5 years ago committed by GitHub
commit eab7225c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
using module "./builders/win-go-builder.psm1" using module "./win-go-builder.psm1"
using module "./builders/nix-go-builder.psm1" using module "./nix-go-builder.psm1"
<# <#
.SYNOPSIS .SYNOPSIS

@ -1,4 +1,4 @@
using module "./builders/go-builder.psm1" using module "./go-builder.psm1"
class NixGoBuilder : GoBuilder { class NixGoBuilder : GoBuilder {
<# <#

@ -1,4 +1,4 @@
using module "./builders/go-builder.psm1" using module "./go-builder.psm1"
class WinGoBuilder : GoBuilder { class WinGoBuilder : GoBuilder {
<# <#

Loading…
Cancel
Save