asuswrt-api

command module
v0.0.0-...-e1dd376 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

README

asuswrt-api

A Client API for the Asus WRT Router.

Description

//ToDo

Building

Execute the following commands:

  1. Build the project:

    go build -o build/asuswrt-api
    

Running

Build and run:

  1. Run the project:

    go build -o build/asuswrt-api
    ./build/asuswrt-api [flags]
    

Or simply use Go Run:

  1. Run the project:

    go run ./... [flags]
    

Updating Dependencies

Execute the following commands:

  1. Update the dependencies:

    go mod tidy -compat=1.19
    

Testing

Execute the following commands:

  1. Run all tests:

    go test -v ./...
    

References

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL