Skip to content

Commit 3541253

Browse files
committed
change description
1 parent 50cf968 commit 3541253

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

β€Žbasic-types/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ go run main.go
4545
go env | grep GOHOSTARCH
4646
```
4747

48-
## Resources πŸ“–
48+
## Resources πŸ’Ž
4949

5050
- [String implementation](https://github.com/golang/go/blob/master/src/runtime/string.go)
5151
- [Strings - Go101](https://go101.org/article/string.html)

β€Žconstants/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gcc main.c -o exec
2929
./exec
3030
```
3131

32-
## Resources πŸ“–
32+
## Resources πŸ’Ž
3333

3434
- [Constants](https://blog.golang.org/constants)
3535
- [Basic Kind](https://golang.org/pkg/go/types/#Basic.Kind)

β€Žcustom-import-paths/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ go help importpath
3232
go help environment
3333
```
3434

35-
## Resources πŸ“–
35+
## Resources πŸ’Ž
3636

3737
- [`go get` custom import path](https://jve.linuxwall.info/blog/index.php?post/2015/08/26/Hosting_Go_code_on_Github_with_custom_import_path)
3838
- [Remote import paths](https://golang.org/cmd/go/#hdr-Remote_import_paths)

β€Žcustom-package-manager/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ go help importpath
4646
- Add support for custom domains
4747
- Add support for raw git URLs code fetching
4848

49-
## Resources πŸ“–
49+
## Resources πŸ’Ž
5050

5151
- [Go 1.5 vendor experiment](https://go.googlesource.com/proposal/+/master/design/25719-go15vendor.md)
5252
- [Vendor directories](https://golang.org/cmd/go/#hdr-Vendor_Directories)

β€Žgo-module-proxy/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go help importpath
1313
go help goproxy
1414
```
1515

16-
## Resources πŸ“–
16+
## Resources πŸ’Ž
1717

1818
- [Go 1.5 vendor experiment](https://go.googlesource.com/proposal/+/master/design/25719-go15vendor.md)
1919
- [Vendor directories](https://golang.org/cmd/go/#hdr-Vendor_Directories)

β€Žgo-modules/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ go list -json ./...
3333
go help importpath
3434
```
3535

36-
## Resources πŸ“–
36+
## Resources πŸ’Ž
3737

3838
- [Migrating to Go modules](https://blog.golang.org/migrating-to-go-modules)
3939
- [VGO module](https://research.swtch.com/vgo-module)

β€Žgo-program-anatomy/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Play around with different `GOOS` & `GOARCH` values, here are some examples:
7676
- `env GOOS=darwin GOARCH=386 go build`
7777
- `env GOOS=darwin GOARCH=amd64 go build`
7878

79-
## Resources πŸ“–
79+
## Resources πŸ’Ž
8080

8181
- [Go Build](https://golang.org/pkg/go/go-build/)
8282
- [Go supported OS & Architectures](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63)

β€Žinternal-directory/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go help importpath
1313
go help goproxy
1414
```
1515

16-
## Resources πŸ“–
16+
## Resources πŸ’Ž
1717

1818
- [Go 1.5 vendor experiment](https://go.googlesource.com/proposal/+/master/design/25719-go15vendor.md)
1919
- [Vendor directories](https://golang.org/cmd/go/#hdr-Vendor_Directories)

β€Žnumber-systems/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Conversion from base 10 to N
99
- Conversion from base N to 10
1010

11-
## Resources πŸ“–
11+
## Resources πŸ’Ž
1212

1313
- [Program memory allocation types](https://wiki.osdev.org/Program_Memory_Allocation_Types)
1414
- [Calling convention](https://wiki.osdev.org/Calling_Convention)

β€Žpackage-management/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package management in Go
22

3-
## Resources πŸ“–
3+
## Resources πŸ’Ž
44

55
- [Migrating to Go modules](https://blog.golang.org/migrating-to-go-modules)
66

0 commit comments

Comments
Β (0)