File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 6
6
</p >
7
7
8
8
___
9
- Clone repo ini
10
- Terus masuk kedalam foldernya
11
- Buka file main.go dan masukin nomormu
12
- terus jalankan
9
+ ### PANEL
13
10
14
- ___
15
- PANEL
11
+ - Pastikan panel yang kamu beli support golang versi 1.21
12
+ - Jalankan command dibawah ini di terminal
16
13
17
- Pastikan panel yang kamu beli support golang versi 1.21
18
14
19
15
```
20
16
$ git clone https://github.com/Onichaa/readsw
21
17
$ cd readsw
18
+ $ go mod init readsw
19
+ $ go mod tidy
22
20
$ go run main.go
23
21
```
22
+
24
23
___
25
- LINUX/VPS
24
+ ### LINUX/VPS
25
+
26
+ - [ Install package golang untuk linux/vps] ( https://go.dev/doc/install )
27
+
28
+ kalo udah install package golang di vpsnya jalankan command di bawah ini di terminal
26
29
27
30
```
28
- $ wget https://golang.org/dl/go1.21.2.linux-amd64.tar.gz
29
- $ tar -xf go1.21.2.linux-amd64.tar.gz
30
- $ sudo mv go /usr/local/go
31
- $ sudo echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc
32
- $ source ~/.bashrc
33
31
$ git clone https://github.com/Onichaa/readsw
34
32
$ cd readsw
35
33
$ go mod init readsw
You can’t perform that action at this time.
0 commit comments