Skip to content
Snippets Groups Projects

Use webpack for bundling JS libs and move Golang code related to Iframe generation there

Merged Igor Markin requested to merge feature-vcl-webpack-bundle into master
Compare and Show latest version
2 files
+ 21
15
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
11
package test
import "fmt"
func Foo() {
fmt.Println("Test function1")
}
func Bar() {
fmt.Println("Test function2")
}
Loading