Skip to content

Commit

Permalink
Removed: Deprecate some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogorodriguesc committed Nov 2, 2024
1 parent 42f7abc commit ff9b7a3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 84 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
golang-application
*.log
*.exe
vendor
.idea
2 changes: 1 addition & 1 deletion _examples/reader/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func main() {
sitemap := &lutetiumgo.Sitemap{
Xml: lutetiumgo.Xml{
Location: "sitemaps.xml",
Location: "../../sitemaps.xml",
},
}

Expand Down
24 changes: 0 additions & 24 deletions docker/docker-compose.yaml

This file was deleted.

8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
module github.com/diogorodriguesc/lutetium-go

go 1.17

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/google/uuid v1.3.0 // indirect
)
go 1.23
49 changes: 0 additions & 49 deletions logging/logging.go

This file was deleted.

0 comments on commit ff9b7a3

Please sign in to comment.