Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
fix #8: update license and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Apr 24, 2018
1 parent 655f5f5 commit 8718942
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 8 deletions.
9 changes: 9 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions Gopkg.toml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,30 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[prune]
go-tests = true
unused-packages = true
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,17 @@
The MIT License (MIT) The MIT License (MIT)


Copyright (c) 2017 OctoLab, https://www.octolab.org/ <feedback@octolab.org> Copyright (c) 2018 OctoLab, https://www.octolab.org/ <feedback@octolab.org>


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

The above copyright notice and this permission notice shall be included in The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software. all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand Down
45 changes: 38 additions & 7 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,17 +1,48 @@
> # check > # check
> > [![Analytics](https://ga-beacon.appspot.com/UA-109817251-19/check/readme?pixel)](https://github.com/kamilsk/check)
> > Check Something as a Service. > > Check Something as a Service.
[![Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/octolab) [![Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/octolab)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)


## Feedback ## Usage


[![@kamilsk](https://img.shields.io/badge/author-%40kamilsk-blue.svg)](https://twitter.com/ikamilsk) ### Quick start
[![@octolab](https://img.shields.io/badge/sponsor-%40octolab-blue.svg)](https://twitter.com/octolab_inc)
```bash
$ check urls https://kamil.samigullin.info/
# /
# β”œβ”€β”€β”€ 200 https://howilive.ru/en/
# β”‚
# └─── 200 https://github.com/kamilsk
#
# /ru/
# β”œβ”€β”€β”€ 200 https://howilive.ru/
# β”‚
# └─── 200 https://github.com/kamilsk
```

## Installation

```bash
$ egg github.com/kamilsk/check@^1.0.0 -- make test install
```

### Mirror

```bash
$ egg bitbucket.org/kamilsk/check@^1.0.0 -- make test install
```

> [egg](https://github.com/kamilsk/egg) is an `extended go get`.
## Notes ## Notes


- made with ❀️ by [OctoLab](https://www.octolab.org/) - tested on Go 1.5, 1.6, 1.7, 1.8, 1.9 and 1.10

---

[![@kamilsk](https://img.shields.io/badge/author-%40kamilsk-blue.svg)](https://twitter.com/ikamilsk)
[![@octolab](https://img.shields.io/badge/sponsor-%40octolab-blue.svg)](https://twitter.com/octolab_inc)


[![Analytics](https://ga-beacon.appspot.com/UA-109817251-19/check/readme)](https://github.com/igrigorik/ga-beacon) made with ❀️ by [OctoLab](https://www.octolab.org/)

0 comments on commit 8718942

Please sign in to comment.