Skip to content

Commit

Permalink
⬆️ go modulize and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Feb 3, 2023
1 parent 020aa0f commit 181d8b2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 68 deletions.
22 changes: 0 additions & 22 deletions .codeclimate.yml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ a desktop notification package for Go / golang
[![GoDoc](https://godoc.org/github.com/ctcpip/notifize?status.svg)](http://godoc.org/github.com/ctcpip/notifize)
[![Version 1.0.0](https://img.shields.io/badge/version-1.0.0-blue.svg)](http://github.com/ctcpip/notifize/releases/latest)
[![Build Status](https://img.shields.io/travis/ctcpip/notifize.svg)](http://travis-ci.org/ctcpip/notifize)
[![Code Climate](https://img.shields.io/codeclimate/github/ctcpip/notifize.svg)](http://codeclimate.com/github/ctcpip/notifize)
[![Issue Count](https://img.shields.io/codeclimate/issues/github/ctcpip/notifize.svg)](http://codeclimate.com/github/ctcpip/notifize/issues)
[![License](https://img.shields.io/badge/license-GNU%20GPLv3-blue.svg)](./LICENSE)

| GNU/Linux | OS X |
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ctcpip/notifize

go 1.20
22 changes: 0 additions & 22 deletions notifize.go
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/*
notifize - a desktop notification package for Go / golang
Copyright (C) 2016 Chris de Almeida
http://github.com/ctcpip/notifize
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

// Package notifize - a desktop notification package for Go / golang
package notifize

Expand Down
22 changes: 0 additions & 22 deletions notifize_test.go
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/*
notifize - a desktop notification package for Go / golang
Copyright (C) 2016 Chris de Almeida
http://github.com/ctcpip/notifize
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package notifize

func Example() {
Expand Down

0 comments on commit 181d8b2

Please sign in to comment.