Skip to content
Snippets Groups Projects
Commit aded1e82 authored by Markin Igor's avatar Markin Igor
Browse files

Update package name.

parent fdfeeae5
No related branches found
No related tags found
1 merge request!4Use webpack for bundling JS libs and move Golang code related to Iframe generation there
package main package jslibs
import ( import (
"fmt" "fmt"
...@@ -7,12 +7,6 @@ import ( ...@@ -7,12 +7,6 @@ import (
"strings" "strings"
) )
func main() {
result := GetClientJsLibrary("https://test.org")
fmt.Println("Hello, world.")
fmt.Println(result)
}
func GetClientJsLibrary(iframeUrl string) string { func GetClientJsLibrary(iframeUrl string) string {
path, err := filepath.Abs("../vcl/javascript/dist/viamapi-client.js") path, err := filepath.Abs("../vcl/javascript/dist/viamapi-client.js")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment