From cc3952cf45ad11d1c44a5675826b7f0411058652 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 11 May 2025 13:18:24 -0600 Subject: [PATCH] feat: Start new lunatask package --- lunatask/habits.go | 5 +++++ lunatask/notes.go | 5 +++++ lunatask/people.go | 5 +++++ lunatask/tasks.go | 5 +++++ lunatask/timeline.go | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 lunatask/habits.go create mode 100644 lunatask/notes.go create mode 100644 lunatask/people.go create mode 100644 lunatask/tasks.go create mode 100644 lunatask/timeline.go diff --git a/lunatask/habits.go b/lunatask/habits.go new file mode 100644 index 0000000000000000000000000000000000000000..19a7f2af7683e79440e77af2861d19e270f54e59 --- /dev/null +++ b/lunatask/habits.go @@ -0,0 +1,5 @@ +// SPDX-FileCopyrightText: Amolith +// +// SPDX-License-Identifier: AGPL-3.0-or-later + +package lunatask diff --git a/lunatask/notes.go b/lunatask/notes.go new file mode 100644 index 0000000000000000000000000000000000000000..19a7f2af7683e79440e77af2861d19e270f54e59 --- /dev/null +++ b/lunatask/notes.go @@ -0,0 +1,5 @@ +// SPDX-FileCopyrightText: Amolith +// +// SPDX-License-Identifier: AGPL-3.0-or-later + +package lunatask diff --git a/lunatask/people.go b/lunatask/people.go new file mode 100644 index 0000000000000000000000000000000000000000..19a7f2af7683e79440e77af2861d19e270f54e59 --- /dev/null +++ b/lunatask/people.go @@ -0,0 +1,5 @@ +// SPDX-FileCopyrightText: Amolith +// +// SPDX-License-Identifier: AGPL-3.0-or-later + +package lunatask diff --git a/lunatask/tasks.go b/lunatask/tasks.go new file mode 100644 index 0000000000000000000000000000000000000000..19a7f2af7683e79440e77af2861d19e270f54e59 --- /dev/null +++ b/lunatask/tasks.go @@ -0,0 +1,5 @@ +// SPDX-FileCopyrightText: Amolith +// +// SPDX-License-Identifier: AGPL-3.0-or-later + +package lunatask diff --git a/lunatask/timeline.go b/lunatask/timeline.go new file mode 100644 index 0000000000000000000000000000000000000000..19a7f2af7683e79440e77af2861d19e270f54e59 --- /dev/null +++ b/lunatask/timeline.go @@ -0,0 +1,5 @@ +// SPDX-FileCopyrightText: Amolith +// +// SPDX-License-Identifier: AGPL-3.0-or-later + +package lunatask