refactor(name): change repository references to golang-wasm

master
ALI Hamza 2021-03-22 23:56:02 +07:00
parent 219682c472
commit 0447ff15ee
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
3 changed files with 6 additions and 6 deletions

@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<title>Go Mod WASM Example</title>
<title>Golang-WASM Example</title>
</head>
<body>
<h1>This is an example Go WASM Project.</h1>
<h1>This is an example Golang-WASM Project.</h1>
<h3>
<a href="https://gitea.teamortix.com/Team-Ortix/go-mod-wasm/src/branch/master/example/basic/src/api/main.go">
Sample Go code

@ -20,7 +20,7 @@ func helloName(_ js.Value, args []js.Value) (interface{}, error) {
}
func main() {
fmt.Println("go-mod-wasm initialized")
fmt.Println("golang-wasm initialized")
setFunc("helloName", helloName)
setValue("hello", hello)

@ -1,11 +1,11 @@
{
"name": "go-mod-wasm",
"version": "0.1.0",
"name": "golang-wasm",
"version": "0.0.1",
"description": "A webpack-based configuration to work with wasm using Go.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://gitea.teamortix.com/Team-Ortix/go-mod-wasm"
"url": "https://gitea.teamortix.com/Team-Ortix/golang-wasm"
},
"keywords": [
"golang",