Skip to content

Commit

Permalink
Merge pull request #1 from sdassow/adjust-namespace
Browse files Browse the repository at this point in the history
Adjust namespace for this version for now as upstream takes ages
  • Loading branch information
sdassow authored Oct 14, 2023
2 parents 6cb1782 + e47361d commit b1e620f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Go package for atomic file writing

[![Go Reference](https://pkg.go.dev/badge/github.com/natefinch/atomic.svg)](https://pkg.go.dev/github.com/natefinch/atomic)
[![Go Reference](https://pkg.go.dev/badge/github.com/sdassow/atomic.svg)](https://pkg.go.dev/github.com/sdassow/atomic)

By default, writing to a file in go (and generally any language) can fail
partway through... you then have a partially written file, which probably was
Expand Down Expand Up @@ -43,7 +43,7 @@ default configuration for the target file.
import (
"strings"

"github.com/natefinch/atomic"
"github.com/sdassow/atomic"
)

func main() {
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 github.com/natefinch/atomic
module github.com/sdassow/atomic

go 1.12

0 comments on commit b1e620f

Please sign in to comment.