Skip to content

fix: date in newUser template #111

fix: date in newUser template

fix: date in newUser template #111

Workflow file for this run

name: Go Build Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Build
run: go build -v main.go