Skip to content

added copying methods for meta block. #305

added copying methods for meta block.

added copying methods for meta block. #305

Workflow file for this run

name: Build
on:
pull_request:
branches: [main, feat/*]
types: [opened, ready_for_review]
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.7
- name: Build
run: go build -v ./...