Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!903
WS-702 Added yaml and sh scripts to build go modules via CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-702 Added yaml and sh scripts to build go modules via CI
WS-702
into
main
Overview
2
Commits
5
Pipelines
17
Changes
8
1 unresolved thread
Hide all comments
Merged
Nathan Bockisch
requested to merge
WS-702
into
main
2 years ago
Overview
2
Commits
5
Pipelines
17
Changes
8
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
main
version 16
d75707c1
2 years ago
version 15
cb999be7
2 years ago
version 14
215daf3e
2 years ago
version 13
87af6f3b
2 years ago
version 12
226238f2
2 years ago
version 11
a462244c
2 years ago
version 10
2494ca1b
2 years ago
version 9
2ca12171
2 years ago
version 8
7b4ae607
2 years ago
version 7
72a4acd9
2 years ago
version 6
afa14f52
2 years ago
version 5
fd293daa
2 years ago
version 4
53ca5eca
2 years ago
version 3
d14b3857
2 years ago
version 2
ee067fe8
2 years ago
version 1
878a57da
2 years ago
main (base)
and
latest version
latest version
925a9f83
5 commits,
2 years ago
version 16
d75707c1
4 commits,
2 years ago
version 15
cb999be7
4 commits,
2 years ago
version 14
215daf3e
4 commits,
2 years ago
version 13
87af6f3b
4 commits,
2 years ago
version 12
226238f2
4 commits,
2 years ago
version 11
a462244c
4 commits,
2 years ago
version 10
2494ca1b
4 commits,
2 years ago
version 9
2ca12171
4 commits,
2 years ago
version 8
7b4ae607
4 commits,
2 years ago
version 7
72a4acd9
4 commits,
2 years ago
version 6
afa14f52
3 commits,
2 years ago
version 5
fd293daa
4 commits,
2 years ago
version 4
53ca5eca
3 commits,
2 years ago
version 3
d14b3857
3 commits,
2 years ago
version 2
ee067fe8
3 commits,
2 years ago
version 1
878a57da
3 commits,
2 years ago
8 files
+
300
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
apps/cli/executables/mod_analyst/pkg/db/get_db.go
→
apps/cli/executables/
go/
mod_analyst/pkg/db/get_db.go
+
19
−
0
Options
/*
* Copyright (C) 2022 Associated Universities, Inc. Washington DC, USA.
*
* This file is part of NRAO Workspaces.
*
* Workspaces is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Workspaces is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
*/
package
db
import
(
Loading