Skip to content

Commit

Permalink
feat: update the package path to the new location
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Oct 9, 2023
1 parent f8f2881 commit 047524f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# `gen` The Generic General Use Go Functions Library

[![Build & Test Action Status](https://github.com/structsdev/gen/actions/workflows/build.yml/badge.svg)](https://github.com/structsdev/gen/actions)
[![Go Report Card](https://goreportcard.com/badge/go.structs.dev/gen)](https://goreportcard.com/report/go.structs.dev/gen)
[![codecov](https://codecov.io/gh/structsdev/gen/branch/main/graph/badge.svg)](https://codecov.io/gh/structsdev/gen)
[![Go Reference](https://pkg.go.dev/badge/go.structs.dev/gen.svg)](https://pkg.go.dev/go.structs.dev/gen)
[![Build & Test Action Status](https://github.com/devnw/gen/actions/workflows/build.yml/badge.svg)](https://github.com/devnw/gen/actions)
[![Go Report Card](https://goreportcard.com/badge/go.devnw.com/gen)](https://goreportcard.com/report/go.devnw.com/gen)
[![codecov](https://codecov.io/gh/devnw/gen/branch/main/graph/badge.svg)](https://codecov.io/gh/devnw/gen)
[![Go Reference](https://pkg.go.dev/badge/go.devnw.com/gen.svg)](https://pkg.go.dev/go.devnw.com/gen)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)

Expand All @@ -17,7 +17,7 @@ designed to be easy to use.
## Installation

```bash
go get -u go.structs.dev/gen@latest
go get -u go.devnw.com/gen@latest
```

## Import
Expand All @@ -26,7 +26,7 @@ Example:

```go

import "go.structs.dev/gen"
import "go.devnw.com/gen"

func main() {
// ...
Expand Down Expand Up @@ -83,4 +83,4 @@ go test -bench=. ./...
To view benchmarks over time for the `main` branch of the repository they can
be seen on our [Benchmark Report Card].

[Benchmark Report Card]: https://structsdev.github.io/gen/dev/bench/
[Benchmark Report Card]: https://devnw.github.io/gen/dev/bench/
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module go.structs.dev/gen
module go.devnw.com/gen

go 1.19

1 comment on commit 047524f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 047524f Previous: f8f2881 Ratio
Benchmark_As 0.8046 ns/op 0.3756 ns/op 2.14

This comment was automatically generated by workflow using github-action-benchmark.

CC: @benjivesterby

Please # to comment.