Skip to content

Commit 6dd4668

Browse files
committed
reformat
1 parent 2b74b50 commit 6dd4668

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

dev/bin/bot_debugger.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
package main

dev/bin/gen_ec_pem.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
package main

migration/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// データベースに新たなテーブルの追加や、既にあるテーブルのカラムの型の変更などのスキーマの改変を行う場合、必ずその改変処理(SQLクエリ)を全てここに記述してください。
33
// サーバー起動時に自動的にマイグレーションが実行されます。
44
//
5-
// Instruction 記述方法
5+
// # Instruction 記述方法
66
//
77
// 既にv**.goに記述されているように、IDをインクリメントして*gormigrate.Migrationを返す関数を生成し、current.goにあるMigrationsに実装したマイグレーションを追加してください。
88
// 更に、全てのマイグレーションを適用後の最新のデータベーススキーマに関する情報を、AllTablesと対応する構造体のタグを変更することによって記述してください。

service/channel/tree_impl_test.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ var (
3131
cNotFound = uuid.Must(uuid.FromString("44bf0189-e3d5-4946-92e7-a196a2a94f98"))
3232
)
3333

34-
/* makeTestChannelTree
34+
/*
35+
makeTestChannelTree
36+
3537
a : 6fd36038-dd44-4ac1-bec6-a8a997be6969
3638
├ b : 390ef0d6-8db2-46c6-afac-4592cab87973
3739
│ ├ c : 85f7bdb4-ba6b-4bfa-9115-b9dd8fc4c7d1

tools.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
package main

0 commit comments

Comments
 (0)