Registry / networking / go-mautrix

go-mautrix

JSON →
library0.28.1gogounverified

Package mautrix implements the Matrix Client-Server API.

go get maunium.net/go/mautrix
INSTALL
IMPORT
SIG · GO-MAUTRIX
G
go-mautrix
networkinggov0.28.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mautrix
maunium.net/go/mautrix

Create a new Matrix client

package main import ( "fmt" "maunium.net/go/mautrix" ) func main() { client, _ := mautrix.NewClient("https://matrix.org", "", "") fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.28.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
go-mautrix — go get go-mautrix · libregistry