Skip to content

Commit

Permalink
go.mod: fix incorrect module path
Browse files Browse the repository at this point in the history
  • Loading branch information
toru committed Oct 4, 2024
1 parent efc2cd9 commit ce9afd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RadixDB

[![go workflow](https://github.com/chronohq/radixdb/actions/workflows/go.yml/badge.svg)](https://github.com/chronohq/radixdb/actions/workflows/go.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/chronohq/radixdb.svg)](https://pkg.go.dev/github.com/chronohq/radixdb)
[![mit license](https://img.shields.io/badge/license-MIT-green)](/LICENSE)

RadixDB is a lightweight database built on a [Radix tree](https://en.wikipedia.org/wiki/Radix_tree) structure.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module radixdb
module github.com/chronohq/radixdb

go 1.23.0

0 comments on commit ce9afd7

Please sign in to comment.