Skip to content

haipham22/golang-ddns

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published