Skip to content

Commit 1688789

Browse files
committed
vanity: add dappco.re/go/update — go-import with the go/ subdir (go-update reshaped to the corego layout)
Co-Authored-By: Virgil <virgil@lethean.io>
1 parent b9838f5 commit 1688789

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

src/content/docs/go/update.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: update
3+
description: Self-update primitives — GitHub release channels (stable/beta/alpha/dev), semver comparison, binary swap.
4+
head:
5+
- tag: meta
6+
attrs:
7+
name: go-import
8+
content: 'dappco.re/go/update git https://github.com/dappcore/go-update.git go'
9+
- tag: meta
10+
attrs:
11+
name: go-source
12+
content: 'dappco.re/go/update https://github.com/dappcore/go-update https://github.com/dappcore/go-update/tree/main/go{/dir} https://github.com/dappcore/go-update/blob/main/go{/dir}/{file}#L{line}'
13+
---
14+
15+
Self-update primitives — GitHub release discovery with stability channels
16+
(stable/beta/alpha/dev), smart semver comparison, and in-place binary swap
17+
with a restart watcher. Built on the [`core/go`](/go/) primitives.
18+
19+
## Install
20+
21+
```sh
22+
go get dappco.re/go/update@latest
23+
```
24+
25+
## Import
26+
27+
```go
28+
import updater "dappco.re/go/update"
29+
```
30+
31+
## Status
32+
33+
Page in flight — content fills in as the package converges. Source of truth
34+
today is the README and inline docstrings in the repo.

0 commit comments

Comments
 (0)