Skip to content
Snippets Groups Projects
Commit 17a96cb3 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

update to go 1.20 and use go.work for visual code

parent 9f1c890f
No related branches found
No related tags found
No related merge requests found
main
go*
*.pb.go
.DS_Store
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}"
}
]
}
\ No newline at end of file
go.work 0 → 100644
go 1.20
use ./src/gocat
use ./src/gofabric
use ./src/gojoke
use ./src/gomd5
use ./src/gopalindrome
use ./src/gopraha
use ./src/goproxy
use ./src/gouni
use ./src/gourl
use ./src/hello-grpc/client
use ./src/hello-grpc/server
use ./src/hello-kafka
module github.com/turngeek/examples-go/src/gocat
go 1.16
go 1.20
module github.com/turngeek/examples-go/src/gofabric
go 1.20
module github.com/turngeek/examples-go/src/gojoke
go 1.16
go 1.20
module github.com/turngeek/examples-go/src/gopalindrome
go 1.16
go 1.20
module github.com/turngeek/examples-go/src/gopraha
go 1.16
go 1.20
require github.com/segmentio/kafka-go v0.4.16 // indirect
module github.com/turngeek/examples-go/src/goproxy
go 1.16
go 1.20
require github.com/gorilla/mux v1.8.0 // indirect
module github.com/turngeek/examples-go/src/gouni
go 1.16
go 1.20
module github.com/turngeek/examples-go/src/gourl
go 1.16
go 1.20
module github.com/turngeek/examples-go/src/hello-grpc/client
go 1.16
go 1.20
require (
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
......
module github.com/turngeek/examples-go/src/hello-grpc/server
go 1.16
go 1.20
require (
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
......
module github.com/turngeek/examples-go/src/hello-kafka
go 1.16
go 1.20
require github.com/segmentio/kafka-go v0.4.16 // indirect
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment