Skip to content

Commit

Permalink
fix: fix cicd build project
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 16, 2024
1 parent a339e14 commit 3699867
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package test

Check failure on line 1 in test/test.go

View workflow job for this annotation

GitHub Actions / comment-language-detector

Lines [8 9]

Check failure on line 1 in test/test.go

View workflow job for this annotation

GitHub Actions / comment-language-detector

Lines [8 9]

import (
"fmt"
)

func test() {
// 测试中文
fmt.Println("Hello, 世界")
}

0 comments on commit 3699867

Please sign in to comment.