Skip to content

Commit

Permalink
feat: add standardizer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 27, 2024
1 parent d635666 commit 2947df9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/Test-directory/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func main() {

fmt.Println("Hello world!")
}
8 changes: 8 additions & 0 deletions examples/Test_directory/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func main() {

fmt.Println("Hello world!")
}
8 changes: 8 additions & 0 deletions examples/Testdirectory/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func main() {

fmt.Println("Hello world!")
}
8 changes: 8 additions & 0 deletions examples/test-directory/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func main() {

fmt.Println("Hello world!")
}
8 changes: 8 additions & 0 deletions examples/test_directory/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func main() {

fmt.Println("Hello world!")
}
8 changes: 8 additions & 0 deletions examples/testdirectory/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package main

import "fmt"

func main() {

fmt.Println("Hello world!")
}

0 comments on commit 2947df9

Please sign in to comment.