Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hello-grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
go-exercises
hello-grpc
Commits
0a483a66
Commit
0a483a66
authored
10 months ago
by
Martin Schmollinger
Browse files
Options
Downloads
Patches
Plain Diff
Initial project structure
parent
efc5047f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
go.work
+4
-0
4 additions, 0 deletions
go.work
hello_client/go.mod
+3
-0
3 additions, 0 deletions
hello_client/go.mod
hello_server/go.mod
+3
-0
3 additions, 0 deletions
hello_server/go.mod
with
10 additions
and
0 deletions
go.work
0 → 100644
+
4
−
0
View file @
0a483a66
go 1.20
use ./hello_client
use ./hello_server
This diff is collapsed.
Click to expand it.
hello_client/go.mod
0 → 100644
+
3
−
0
View file @
0a483a66
module gitlab.reutlingen-university.de/go-exercises/hello-grpc/hello_client
go 1.20
This diff is collapsed.
Click to expand it.
hello_server/go.mod
0 → 100644
+
3
−
0
View file @
0a483a66
module gitlab.reutlingen-university.de/go-exercises/hello-grpc/hello_server
go 1.20
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment