Skip to content

Commit

Permalink
using gotime
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelarte committed Dec 5, 2024
1 parent b7074f1 commit 771ca6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Go](https://github.com/manuelarte/GoTime/actions/workflows/go.yml/badge.svg)](https://github.com/manuelarte/GoTime/actions/workflows/go.yml)
![coverage](https://raw.githubusercontent.com/manuelarte/GoTime/badges/.badges/main/coverage.svg)
[![Go](https://github.com/manuelarte/gotime/actions/workflows/go.yml/badge.svg)](https://github.com/manuelarte/GoTime/actions/workflows/go.yml)
![coverage](https://raw.githubusercontent.com/manuelarte/gotime/badges/.badges/main/coverage.svg)
# 🕐 GoTime

GoTime is a Go library for working with time periods, enabling easy creation and overlap calculation. GoTime simplifies the creation and manipulation of time periods, allowing you to easily define, compare, and compute overlaps between time intervals.

## 📝 How to install it

> go get github.com/manuelarte/GoTime
> go get github.com/manuelarte/gotime
## ✏️ Introduction

Expand Down
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module examples

go 1.23

replace github.com/manuelarte/GoTime v0.0.0-20241202135225-37832ac5075a => ../
replace github.com/manuelarte/gotime v0.0.0-20241202135225-37832ac5075a => ../

require github.com/manuelarte/GoTime v0.0.0-20241202135225-37832ac5075a
require github.com/manuelarte/gotime v0.0.0-20241202135225-37832ac5075a
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/manuelarte/GoTime/pkg/timeperiod"
"github.com/manuelarte/gotime/pkg/timeperiod"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GoTime
module gotime

go 1.20

0 comments on commit 771ca6a

Please sign in to comment.