Skip to content

Commit

Permalink
⚡ Add header.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 8, 2024
1 parent 730ef12 commit 659ee56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions denops/futago/futago.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// =============================================================================
// File : futago.ts
// Author : yukimemi
// Last Change : 2024/01/08 02:58:03.
// =============================================================================

import { ensure, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
ChatSession,
Expand Down
6 changes: 6 additions & 0 deletions denops/futago/futago_test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// =============================================================================
// File : futago_test.ts
// Author : yukimemi
// Last Change : 2024/01/08 02:58:11.
// =============================================================================

import { Futago } from "./futago.ts";
import { assertStringIncludes } from "https://deno.land/std@0.211.0/assert/assert_string_includes.ts";

Expand Down

0 comments on commit 659ee56

Please sign in to comment.