Skip to content

Commit

Permalink
Remove README alert after fixes have been made
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonSW authored Dec 4, 2024
1 parent bb3add8 commit bbe5974
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
`aocGo` is a two part project. It is not an official [Advent of Code](https://adventofcode.com/) project, merely my take on some ways to enhance the workflow.
Definitely go support the official project, especially since this project would be useless without it.

> [!IMPORTANT]
> I'm aware that there are some issues now that 2024 has released. Can't say I'm surprised that the first fresh launch revealed some quirks. I'm looking into it, please feel free to leave issues that you notice! Happy coding everyone!
## `aocgo`

The first encompasses the `go` module of the same name. This module contains a main package with some functions for obtaining input for a given day based on the file's directory structure. It also contains an `aocutils` sub-package, containing some helpful functions for common things you might need when solving AoC puzzles. If you want to handle all of that yourself, don't worry about importing this.
Expand Down

0 comments on commit bbe5974

Please sign in to comment.