Skip to content

Update marshaler.go Fix Prefix Bug. #24

Update marshaler.go Fix Prefix Bug.

Update marshaler.go Fix Prefix Bug. #24

Workflow file for this run

name: Build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.2
- name: Go Get Deps
run: go get
- name: Compile
run: make compile
- name: Test
run: make test