Skip to content

Commit

Permalink
⚠ Migrate TwinProduction/go-away to TwiN/go-away
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Oct 8, 2021
1 parent eb84e84 commit c2f0cb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 TwinProduction
Copyright (c) 2021 TwiN

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![go-away](/.github/assets/go-away.png)

# go-away
![build](https://github.com/TwinProduction/go-away/workflows/build/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/TwinProduction/go-away)](https://goreportcard.com/report/github.com/TwinProduction/go-away)
[![codecov](https://codecov.io/gh/TwinProduction/go-away/branch/master/graph/badge.svg)](https://codecov.io/gh/TwinProduction/go-away)
[![Go Reference](https://pkg.go.dev/badge/github.com/TwinProduction/go-away.svg)](https://pkg.go.dev/github.com/TwinProduction/go-away)
[![Follow TwinProduction](https://img.shields.io/github/followers/TwinProduction?label=Follow&style=social)](https://github.com/TwinProduction)
![build](https://github.com/TwiN/go-away/workflows/build/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/TwiN/go-away)](https://goreportcard.com/report/github.com/TwiN/go-away)
[![codecov](https://codecov.io/gh/TwiN/go-away/branch/master/graph/badge.svg)](https://codecov.io/gh/TwiN/go-away)
[![Go Reference](https://pkg.go.dev/badge/github.com/TwiN/go-away.svg)](https://pkg.go.dev/github.com/TwiN/go-away)
[![Follow TwiN](https://img.shields.io/github/followers/TwiN?label=Follow&style=social)](https://github.com/TwiN)

go-away is a stand-alone, lightweight library for detecting profanities in Go.

Expand All @@ -14,14 +14,14 @@ This library must remain **extremely** easy to use. Its original intent of not a

## Installation
```
go get -u github.com/TwinProduction/go-away
go get -u github.com/TwiN/go-away
```


## Usage
```go
import (
"github.com/TwinProduction/go-away"
"github.com/TwiN/go-away"
)

goaway.IsProfane("fuck this shit") // returns true
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/TwinProduction/go-away
module github.com/TwiN/go-away

go 1.17

Expand Down

0 comments on commit c2f0cb8

Please sign in to comment.