Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Repository
de0886268e72cc25c439898b5c60cd464fc3d505
Select Git revision
Branches
20
rb_enableResponseHeaders
pre-dev
staging
default
devbranch
ps_redisOtpFunctionality
SG_Conflict_new
SG_ConflictResolved
rb_conflictsResolved
SG_Conflict_resolved
ps_redisOtpAndAuth
jwtkidfeature
jwt-key-id-prajwalp
SG_mongoFunctions
SG_Mysql_TestCaseMongo
SG_Go1.21.10
ps_redisAuthCorepkg
rb_jwtClaimsChange
SG_AggregateOptions
coreimmudb-connection-failure-logger
SG_Findops
Tags
20
v1.2.17
v1.2.16
v1.2.15
v1.2.14
v1.2.13
v1.2.12
v1.2.11
v1.2.10
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.1.3
v1.2.0
v2.0.0-beta.1
corepkgv2
go.mod
Find file
Blame
History
Permalink
conflict resolved.
· de088626
Somnath Ghorpade
authored
5 months ago
de088626
This project manages its dependencies using
Go Modules
.
Learn more
main.go
72 B
Edit
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
package
main
2
3
import
(
4
"fmt"
5
)
6
7
func
main
()
{
8
fmt.Println(
"hello"
)
9
10
}
11
Menu
Explore
Projects
Groups
Topics
Snippets