Skip to content

Commit 6b5d54c

Browse files
committed
modified the workspace creation module and removed the custom dependency that was downloaded
1 parent c993d7c commit 6b5d54c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

create_a_new_workspace/example

-1
This file was deleted.

create_a_new_workspace/go.work

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
go 1.20
22

3-
use (
4-
./example
5-
./hello
6-
)
3+
use ./hello

create_a_new_workspace/hello/hello.go

-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,4 @@ import (
88

99
func main() {
1010
fmt.Println(stringutil.Reverse("Hello"))
11-
12-
fmt.Println("+++++++++++++++++++++++++++++")
13-
14-
fmt.Println(stringutil.ToUpperCase("aniket"))
1511
}

0 commit comments

Comments
 (0)