支持包的 import 调用 #30

Open
fuhui wants to merge 1 commits from fuhui/reverse:master into main
First-time contributor
  • 引入了 src 参数用于直接传递字节流的配置
- 引入了 src 参数用于直接传递字节流的配置
fuhui added 1 commit 2021-07-28 09:56:54 +00:00
支持包的 import 调用
- 引入了 src 参数用于直接传递字节流的配置
All checks were successful
continuous-integration/drone/pr Build is passing
7054d8a3a9
fuhui started working 2021-07-28 09:57:08 +00:00
lunny reviewed 2021-07-28 14:29:26 +00:00
@ -36,0 +48,4 @@
return nil
}
func ReverseFromConfig(rFile string, src []byte) error {
Owner

I would like to use as another method.

I would like to use as another method.
fuhui marked this conversation as resolved
fuhui canceled time tracking 2021-07-29 06:10:41 +00:00
Some checks are pending
continuous-integration/drone/pr Build is passing
checks / check and test*
Required
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:fuhui-master
git checkout fuhui-master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/reverse#30
No description provided.