Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #28

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Dev #28

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading