Skip to content

Commit

Permalink
Merge pull request #10 from gowizzard/development
Browse files Browse the repository at this point in the history
refactor: Change repository name.
  • Loading branch information
gowizzard authored Oct 29, 2023
2 parents a6aa026 + 648be5c commit 991d262
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dockerfile for the tfusion application. This file is used to build the production-ready image of the application.
# Dockerfile for the trigsnfuncs application. This file is used to build the production-ready image of the application.
# The image is based on the Alpine Linux distribution, which is known for its small size and security.

########################################################################################################################
Expand All @@ -24,4 +24,4 @@ USER application
ENV TZ=Europe/Berlin
WORKDIR /app
COPY --from=build /tmp/src .
ENTRYPOINT ["/app/tfusion"]
ENTRYPOINT ["/app/trigsnfuncs"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Here you can reformat, check or build the binary
BINARY_NAME=tfusion
BINARY_NAME=trigsnfuncs
APP_PATH=cmd/${BINARY_NAME}/main.go

fmt:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# tfusion
# trigsnfuncs
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gowizzard/tfusion
module github.com/gowizzard/trigsnfuncs

go 1.21.0
4 changes: 2 additions & 2 deletions internal/database/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package database_test

import (
"context"
"github.com/gowizzard/tfusion/internal/database"
"github.com/gowizzard/tfusion/internal/development"
"github.com/gowizzard/trigsnfuncs/internal/database"
"github.com/gowizzard/trigsnfuncs/internal/development"
"os"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/development/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package development

import (
"encoding/json"
"github.com/gowizzard/tfusion/files"
"github.com/gowizzard/trigsnfuncs/files"
"strings"
"syscall"
)
Expand Down
4 changes: 2 additions & 2 deletions internal/development/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package development_test

import (
"encoding/json"
"github.com/gowizzard/tfusion/files"
"github.com/gowizzard/tfusion/internal/development"
"github.com/gowizzard/trigsnfuncs/files"
"github.com/gowizzard/trigsnfuncs/internal/development"
"strings"
"syscall"
"testing"
Expand Down

0 comments on commit 991d262

Please sign in to comment.