Skip to content

Commit

Permalink
Merge pull request #99 from ddkwork/main
Browse files Browse the repository at this point in the history
generated cpp to go
  • Loading branch information
ddkwork authored Jun 18, 2024
2 parents de3b16d + 8dc4f24 commit fff93be
Show file tree
Hide file tree
Showing 443 changed files with 81,039 additions and 926,702 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:

Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.22.4'

- name: Install dependency libraries
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
log.log
.idea
reset git.cmd
*.txt
*.json
/bin/
Binary file removed bin/debug/HPRDBGCTRL.dll
Binary file not shown.
22 changes: 0 additions & 22 deletions bin/debug/New Text Document.txt

This file was deleted.

Loading

0 comments on commit fff93be

Please sign in to comment.