Skip to content

Commit

Permalink
Rename project from twc-go into gotwc
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Jul 10, 2024
1 parent 70dbc04 commit 6b81721
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![Go](https://img.shields.io/badge/Go-00ADD8?logo=go&logoColor=fff)
[![CodeQL](https://github.com/github/docs/actions/workflows/codeql.yml/badge.svg)](https://github.com/Neved4/twc-go/actions/workflows/codeql.yml)
[![Homebrew](https://img.shields.io/badge/Homebrew-tap-2AAB47?logo=homebrew&logoColor=959DA5&labelColor=2B3137)](https://github.com/Neved4/homebrew-tap/blob/main/Formula/twc-go.rb)
[![CodeQL](https://github.com/github/docs/actions/workflows/codeql.yml/badge.svg)](https://github.com/Neved4/gotwc/actions/workflows/codeql.yml)
[![Homebrew](https://img.shields.io/badge/Homebrew-tap-2AAB47?logo=homebrew&logoColor=959DA5&labelColor=2B3137)](https://github.com/Neved4/homebrew-tap/blob/main/Formula/gotwc.rb)

# `twc.go` - Tiny world clock in Go! 🦦
# `twc.go` - Tiny world clock in Go! 🚀

Fast, CLI world clock that displays time zone information using
[tz database] to read valid [tz entries].
Expand Down Expand Up @@ -35,17 +35,17 @@ Australia/Sydney 2023-12-12 04:37:13

If you have [Homebrew] installed, just run:
```console
$ brew tap Neved4/homebrew-tap/twc-go
$ brew tap Neved4/homebrew-tap/gotwc
```

Alternatively, clone the repository:
```console
$ git clone https://github.com/Neved4/twc-go
$ git clone https://github.com/Neved4/gotwc
```

Then build:
```console
$ go build twc.go
$ go build
```

### Usage
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 gotwc

go 1.22.5
File renamed without changes.

0 comments on commit 6b81721

Please sign in to comment.