Skip to content

Commit

Permalink
Rename from ll.
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Mouat <[email protected]>
  • Loading branch information
amouat committed Nov 7, 2024
1 parent f6c8f0a commit c547d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"LearningLabsStatic/internal/app"
"images-bite-back-talk/internal/app"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LearningLabsStatic
module ImagesBiteBackTalk

go 1.21
go 1.23

0 comments on commit c547d54

Please sign in to comment.