#!/bin/bash


cd move_bydate
go build 
cd ..

cd notify_create
go build 
cd ..

cd notify_delete
go build 
cd ..

