Skip to content

Commit

Permalink
Dev (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaygelle authored Oct 26, 2023
1 parent ebe314a commit 35383a1
Show file tree
Hide file tree
Showing 13 changed files with 2,980 additions and 2,862 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
blank_issues_enabled: false
contact_links:
- name: General Question
url: https://github.com/lindsaygelle/hashtable/discussions/categories/q-a
url: https://github.com/lindsaygelle/gomap/discussions/categories/q-a
about: Please ask and answer questions as a discussion thread
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Reporting An Issue/Feature
--------------------------
First, check to see if there's an existing issue/pull request for the
bug/feature. All issues are at
https://github.com/lindsaygelle/hashtable/issues and pull reqs are at
https://github.com/lindsaygelle/hashtable/pulls.
https://github.com/lindsaygelle/gomap/issues and pull reqs are at
https://github.com/lindsaygelle/gomap/pulls.

If there isn't an existing issue there, please file an issue. The
ideal report includes:
Expand All @@ -28,7 +28,7 @@ ideal report includes:
- If relevant, including the versions of your:

- Go language
- hashtable
- gomap
- Optionally of the other dependencies involved

- If possible, create a pull request with a (failing) test case
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN wget -q https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz && \
ENV PATH="/usr/local/go/bin:${PATH}"

# Set the working directory
WORKDIR /go/src/github.com/lindsaygelle/hashtable
WORKDIR /go/src/github.com/lindsaygelle/gomap

# Copy the application source code into the container
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hashtable
gomap
Loading

0 comments on commit 35383a1

Please sign in to comment.