Skip to content

Instantly share code, notes, and snippets.

View gaku3601's full-sized avatar

gaku gaku3601

View GitHub Profile
@gaku3601
gaku3601 / model.go
Created October 21, 2019 07:12
golang orm
package models
import (
"github.com/gin-gonic/gin"
"github.com/jinzhu/gorm"
)
//Entry struct
type Entry struct {
ID int
@gaku3601
gaku3601 / test.vue
Created November 12, 2018 21:50
testing gist
<template>
<div>
gistのtest(´・ω・`)bd(๑òωó๑)۶
</div>
</template>
<script>
export default{
name: 'test',
data () {
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<button id="button">button</button>
<button id="button2">button</button>
<div class="grid">