Skip to content

Commit

Permalink
bump module major version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Nov 17, 2023
1 parent 9253935 commit 148f953
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# go-uci

> **WORK IN PROGRESS**
>
> You're looking at the pre-release documentation for
> the next major **v2** version.
>
> Some things aren't properly flushed out yet and may
> break at any moment. Use at your own peril.
<!-- TODO: re-enable with v2 import path.
[![GoDoc](https://pkg.go.dev/badge/github.com/digineo/go-uci.svg)](https://pkg.go.dev/github.com/digineo/go-uci)
[![Test results](https://github.com/digineo/go-uci/workflows/Test/badge.svg)](https://github.com/digineo/go-uci/actions?query=workflow%3ATest)
[![Lint results](https://github.com/digineo/go-uci/workflows/Lint/badge.svg)](https://github.com/digineo/go-uci/actions?query=workflow%3ALint)
[![Codecov](http://codecov.io/github/digineo/go-uci/coverage.svg?branch=master)](http://codecov.io/github/digineo/go-uci?branch=master)

-->

UCI is OpenWrt's [Unified Configuration Interface][uci-wiki]. It is
used to configure OpenWrt router hardware using a simple DSL (and
Expand Down Expand Up @@ -45,6 +52,8 @@ OpenWrt systems (e.g. for provisioning).

## Usage

> TODO: update example
```go
import "github.com/digineo/go-uci"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/digineo/go-uci
module github.com/digineo/go-uci/v2

go 1.21

Expand Down

0 comments on commit 148f953

Please sign in to comment.