Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferhatelmas/forbidden
Usernames to forbid during signup ready to use in Go
https://github.com/ferhatelmas/forbidden
Last synced: 26 days ago
JSON representation
Usernames to forbid during signup ready to use in Go
- Host: GitHub
- URL: https://github.com/ferhatelmas/forbidden
- Owner: ferhatelmas
- License: mit
- Created: 2016-11-16T01:52:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T22:42:11.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T12:06:28.918Z (5 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/ferhatelmas/forbidden
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forbidden Usernames in Golang
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/ferhatelmas/forbidden)
[![Build Status](https://travis-ci.org/ferhatelmas/forbidden.svg?branch=master)](https://travis-ci.org/ferhatelmas/forbidden)> A handy list of usernames to forbid in Golang.
## Install
By go tool: `go get github.com/ferhatelmas/forbidden`
## Usage
```go
import github.com/ferhatelmas/forbiddenforbidden.Name("Admin") // true
forbidden.Name(".json") // true
```## RELATED
Actual list is collected at [dsignr/disallowed-usernames](https://github.com/dsignr/disallowed-usernames).
## CONTRIBUTING
Feel free to create a PR with additions or removal requests [here](https://github.com/ferhatelmas/forbidden/issues/new) or above related repo. For sure, don't forget adding explanation of request.
## LICENSE
MIT © [Ferhat Elmas](https://github.com/ferhatelmas)