Golang DDNS Directory structure . ├── main.go ├── .env ├── cmd │ ├── root.go │ └── another_command.go ├── pkg │ ├── common │ └── another_package ├── ... ... Getting started Install Dependencies From the project root, run: go build ./... go test ./... go mod tidy Run dev go run main.go update_dns