Changed Project Name to Pulsegate
+added README.MD
This commit is contained in:
@@ -3,7 +3,7 @@ package config
|
||||
import (
|
||||
"os"
|
||||
|
||||
"pdev-ssh/internal/models"
|
||||
"pulsegate/internal/models"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/99designs/keyring"
|
||||
)
|
||||
|
||||
const serviceName = "pdev-ssh"
|
||||
const serviceName = "pulsegate"
|
||||
|
||||
func OpenKeyring() (keyring.Keyring, error) {
|
||||
return keyring.Open(keyring.Config{
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"pdev-ssh/internal/models"
|
||||
"pulsegate/internal/models"
|
||||
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user