mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Migrated to REST backend RIVM-31
This commit is contained in:
parent
609ba1a3cd
commit
d68d3db702
9 changed files with 237 additions and 313 deletions
|
@ -3,16 +3,5 @@
|
|||
|
||||
package main
|
||||
|
||||
import "os"
|
||||
|
||||
func get_user_home_path() string {
|
||||
path, exists := os.LookupEnv("HOME")
|
||||
if exists {
|
||||
return path
|
||||
} else {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
||||
func Console(show bool) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue