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
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -2,6 +2,10 @@ package test
import "fmt"
func testTest() {
func foo() {
fmt.Println("Test function1")
}
func bar() {
fmt.Println("Test function2")
}
Loading