Skip to content

Commit

Permalink
fix: module name
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Oct 22, 2023
1 parent f5eee40 commit fa19f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module auto-lgtm
module RandoLGTM

go 1.21.0

Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package main

import "auto-lgtm/cmd"
import "RandoLGTM/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit fa19f31

Please sign in to comment.